Feeds
提问
can fitrm handle unbalanced data (without decimating it)? if not, what alternative will still allow me to see (or even set) the response covariances?
it looks like fitrm (and ranova?) takes a multivariate (MANOVA?) approach to handling repeated measures much like i've heard oth...
8 years 前 | 0 个回答 | 0
0
个回答提问
where does matlab distinguish (and then allow me to specify the latter) covariance patterns from covariance structure, aka variance covariance matrix, aka etc.?
i'm new to mixed effects models to begin with, but i'm having an impossible time understanding how to specify nested covariance ...
8 years 前 | 0 个回答 | 0
0
个回答已回答
anovan or fitlme for experiment with complex combination of factors
i feel your pain... i do similar experiments, and the biostats people here suggested mixed effects models (fitlme), although tha...
anovan or fitlme for experiment with complex combination of factors
i feel your pain... i do similar experiments, and the biostats people here suggested mixed effects models (fitlme), although tha...
8 years 前 | 0
已回答
how does one specify a nested covariance pattern in fitlme?
to address this point: "The specification "(Pitx*DV|animal:APxML)" above has only 1 grouping variable - namely "animal:APxML". ...
how does one specify a nested covariance pattern in fitlme?
to address this point: "The specification "(Pitx*DV|animal:APxML)" above has only 1 grouping variable - namely "animal:APxML". ...
8 years 前 | 0
已回答
how does one specify a nested covariance pattern in fitlme?
if true fitlme(tbl, 'KS_ISI ~ Pitx*DV + (Pitx*DV|animal:APxML)','CovariancePattern',{'Diagonal', 'Full'}) end Error u...
how does one specify a nested covariance pattern in fitlme?
if true fitlme(tbl, 'KS_ISI ~ Pitx*DV + (Pitx*DV|animal:APxML)','CovariancePattern',{'Diagonal', 'Full'}) end Error u...
9 years 前 | 0
提问
how does one specify a nested covariance pattern in fitlme?
i'm new to mixed effects models to begin with, but i'm having an impossible time understanding how to specify nested covariance ...
9 years 前 | 4 个回答 | 0
4
个回答提问
plotInteraction issue with categorical data...wtf?
after this: fitlm(X,y,'interactions','Categorical',[1],'RobustOpts','on') then the following are not working: >> plotIntera...
9 years 前 | 0 个回答 | 0
0
个回答已回答
besself acting like a high pass filter... fixable by using different domain?
self, you're wonderful! and to think: all i needed was to think that others were paying attention! oh life is swell! b s
besself acting like a high pass filter... fixable by using different domain?
self, you're wonderful! and to think: all i needed was to think that others were paying attention! oh life is swell! b s
12 years 前 | 0
已回答
besself acting like a high pass filter... fixable by using different domain?
ben, if you'll notice that filter operates along the first non-singleton dimension, then you might save yourself some spilt tea...
besself acting like a high pass filter... fixable by using different domain?
ben, if you'll notice that filter operates along the first non-singleton dimension, then you might save yourself some spilt tea...
12 years 前 | 0
已回答
besself acting like a high pass filter... fixable by using different domain?
hi self, another problem you might notice is that filter(b,a,data) doesn't actually work at all. you can use fvtool to see th...
besself acting like a high pass filter... fixable by using different domain?
hi self, another problem you might notice is that filter(b,a,data) doesn't actually work at all. you can use fvtool to see th...
12 years 前 | 0
已回答
besself acting like a high pass filter... fixable by using different domain?
i see (in the besself documentation) that matlab doesn't support digital bessel filters, and that the besself algorithm doesn't ...
besself acting like a high pass filter... fixable by using different domain?
i see (in the besself documentation) that matlab doesn't support digital bessel filters, and that the besself algorithm doesn't ...
12 years 前 | 0
提问
besself acting like a high pass filter... fixable by using different domain?
i think the solution is found below and that my problem stems from my ignorance of how filters work. i just wanted to make sure...
12 years 前 | 4 个回答 | 0