Statistica
RANK
209.044
of 298.247
REPUTAZIONE
0
CONTRIBUTI
7 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
85.71%
VOTI RICEVUTI
0
RANK
of 160.685
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
compare variable with different data types
I would like to run different lines of code, depending on the value of x. However, x can be string, logical, or numerical. ...
circa 2 anni fa | 4 risposte | 0
4
risposteDomanda
how to determine if vector of row times is within timerange?
I have a vector of row times and a time range: dates = datetime(2000,1,1):calyears(1):datetime(2002,1,1); tr = timerange(datet...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
strange error with varfun and anonymous function
The following example: tbl = table(randn(5,1)); func = @(x) cumsum(x); varfun(@func, tbl) gives me the error: Error usi...
oltre 2 anni fa | 1 risposta | 0
1
rispostaLook up a value in an incomplete list
I figured it out: keys = ["a", "b", "c", "d"]; vals = [3,4,2,1]; x = ["c", "d", "e"]; [~, idx] = ismember(x, keys); k...
circa 3 anni fa | 0
Domanda
Look up a value in an incomplete list
I have keys and values like this: keys = ["a", "b", "c", "d"]; vals = [3,4,2,1]; and I need to look up the values for x, bu...
circa 3 anni fa | 3 risposte | 0
3
risposteDomanda
Are there "pause on error" and "run and time" options when running a live script
When running a *.m file, I have the option to "pause on error" and to "run and time". I cannot find this options when running *....
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculating group statistics using frequency weights
I have a large table of survey data with about 3 Mio. observations and 120 variables. The survey also contains a variable called...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I use splitapply when the applied function has non-scalar output?
I am trying clean variables in a dataset, creating a new table variable, but splitapply does not seam to allow for nonscalar out...
oltre 5 anni fa | 2 risposte | 0