Displaying 2 results from an estimated 2 matches for "nlraa".
2024 May 08
1
Using intervals() function for nlme model - Statistics Lab ETHZ
...e general mixed-effect
models, but in R, "nlme" objects inherit from "lme", not the other way
around.
> * Do you have any other recommendations/ ideas on how should we
> proceed to calculate intervals in R (e.g. more suitable packages)?
Here's a vignette from the nlraa package where bootstrap is used to get
a confidence interval for an implicit parameter:
https://cran.r-project.org/package=nlraa/vignettes/Bootstrapping.html
The author seems to be using intervals() on an nlme model without any
problems. It may help to see if the intervals() output agrees with the...
2024 May 03
1
Using intervals() function for nlme model - Statistics Lab ETHZ
Dear members of the R-Help Team,
we are reaching out to you with a question regarding using intervals()<https://www.rdocumentation.org/packages/nlme/versions/3.1-163/topics/intervals> to create inference for nlme()<https://www.rdocumentation.org/packages/nlme/versions/3.1-164/topics/nlme> function.
The maintainer for the nlme package is listed as the R-Core Team and we were advised