I just have a couple of questions:
1) I am trying to plot the estimates from my top model and having some difficulties. Firstly I have had trouble getting the output (real paras) to 'match' up to my design data (I have 3 age bins), so from searching the forum I read that:
- Code: Select all
summary(results[[16]],se=TRUE)$reals
Would associate the ddl with the real parameters, but I get the following error message:
- Code: Select all
Warning messages:
1: In get.real(model, parameter.names[i], se = se, show.fixed = show.fixed) :
Improper V-C matrix for beta estimates. Some variances non-positive.
2: In get.real(model, parameter.names[i], se = se, show.fixed = show.fixed) :
Improper V-C matrix for beta estimates. Some variances non-positive
Is this just due to having estimates at the boundaries? Or should I worry about it?
2) I then want to plot the estimates for Phi with the upper and lower CL, I have done plots in R before, but I can't translate the info in the help file for "get.real" to my analysis, have also checked the manual. Is there any more example code for creating plots using get.real that you can point me to so I can try and apply this to my analysis please?
Thanks
Lianne