Statistica
RANK
7.147
of 297.016
REPUTAZIONE
6
CONTRIBUTI
13 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
61.54%
VOTI RICEVUTI
4
RANK
of 157.725
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
How to access the title of a matlab fig file
I've opened a fig file. Let's call it fig_1=openfig('sample.fig') Now fig_1 is a figure object. Where the title strin...
oltre 9 anni fa | 2 risposte | 1
2
risposteDomanda
Working with Affymetrix® Data
I'm working on the bioinfo toolbox Working with Affymetrix® Data example. For the data preparation file I'm supposed to install ...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
Fisher's exact test for contingency tables other than 2 by 2
Is there a built in function for Fisher's exact test when there are more than two classes of possible outcomes?
oltre 9 anni fa | 3 risposte | 0
3
risposteHow can I create a matrix of N columns by using just one vector.
vec= [5 8 7 9 8 4 7]'; vec_repeat=repmat(vec,1,1000);
quasi 10 anni fa | 1
Domanda
textread facing unexpected characters. Gives an error.
I'm trying to read the following file using textread with the following command [names, types, x, y, answer] = textread('data...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Exploring Genome-wide Differences in DNA Methylation Profiles documentation
Could someone please explain to me how am I supposed to do the following steps? " *(1) downloaded the files SRR030222.sra,...
quasi 10 anni fa | 2 risposte | 1
2
risposteDomanda
how to plot the decision boundary of a linear model in 3d?
I have trained a 3 predictor decision model using let's say fitglm or fltlm. Now I want to show the decision boundary plane of t...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
problem with stepwiseglm selected features pvalues
I'm using the following line for stepwiseglm glm_model = stepwiseglm(chosen_features,idx,'constant','Distribution','binomial'...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
logical indexing in one line when choosing from a column
I want to choose a column vector from a matrix and do the logical indexing on it. For example chosen=matrix(:,1); chose...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
What does the '#' next to the anova table variables mean?
Does it indicate the missing data?
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
step wise cox regression, how to?
Is there a built in function for step wise cox regression, the same as there is for linear or glm? Also if not doe anyone have ...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
where is the pvalue of the model stored in fitlm or fitglm?
I'm looking for the model pvalue in comparison to the constant interception, not the variable pvalues. Thanks
oltre 10 anni fa | 4 risposte | 1
4
risposteDomanda
How to permanently change the temp directory matlab uses?
I saw the following in another post for changing the temp directory. However I believe everytime Matlab restarts the TEMP direct...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
How to automatically continue running the program after an error.
The problem I'm having is currently with the GMM fit model. but it's rather general. during the run of my program GMM sometimes ...
oltre 10 anni fa | 2 risposte | 0