[R] covariance matrix of model parameters
rahul.chhabra
rahul.chhabra at gmail.com
Sat Oct 22 19:00:01 CEST 2011
I am applying a hidden markov model on joint multivariate gaussian
distribution for 2 vectors. I am using the depmixS4 package in R.
Specifically, I am using the following code:
mod<-depmix(list(response = mom ~ mkt + p0 + p1, mkt~1), data = regvar,
nstates = 2,
family = list(gaussian(), gaussian()),instart = delta, trstart=Pi)
It seems that depmixS4 doesnt output the covariance estimates of the
parameters. What is the best package to obtain them?
--
View this message in context: http://r.789695.n4.nabble.com/covariance-matrix-of-model-parameters-tp3928558p3928558.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list