Displaying 2 results from an estimated 2 matches for "fmms4svov".
2023 May 30
1
depmixs4 standardError() issue
...r & Speekenbrink to learn how to apply these analyses 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,...
2023 Jun 25
1
depmixs4 standardError() issue
...ly these analyses 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)) : NaN...