search for: fmms4sse

Displaying 2 results from an estimated 2 matches for "fmms4sse".

Did you mean: fmms4s
2023 May 30
1
depmixs4 standardError() issue
...s to my own data using depmixS4. I currently have a fitted 4-state mixture model with three emissions variables and one binomial covariate (HS). I am trying to compute confidence intervals using the following code, where fmms4s is the model: fmms4Svov <- vcov(fmms4S)$vcov #this line runs fine fmms4Sse <- standardError(fmms4S) #this is where I get the error fmms4SCI <- confint(fmms4S) This worked fine before I added the covariate, but with the covariate I receive a warning message: In sqrt(diag(vc$vcov)) : NaNs produced. As a result, several of my parameters have NaNs as CIs. In general,...
2023 Jun 25
1
depmixs4 standardError() issue
...gt; I currently have a fitted 4-state mixture model with three emissions > variables and one binomial covariate (HS). I am trying to compute > confidence intervals using the following code, where fmms4s is the > model: > > fmms4Svov <- vcov(fmms4S)$vcov #this line runs fine > fmms4Sse <- standardError(fmms4S) #this is where I get the error > fmms4SCI <- confint(fmms4S) > > This worked fine before I added the covariate, but with the covariate > I receive a warning message: In sqrt(diag(vc$vcov)) : NaNs produced. > As a result, several of my parameters have...