Displaying 2 results from an estimated 2 matches for "notstatschat".
2024 May 08
1
Using intervals() function for nlme model - Statistics Lab ETHZ
...nction interval is
> supported for gls, lme, and lmList classes. Although nlme is not
> mentioned, we still receive intervals without any errors or warnings.
You're right to question this. Programming-language-level inheritance
ends up being backwards for statistical methods:
<https://notstatschat.rbind.io/2023/06/07/blank-cheque-inheritance-and-statistical-objects/>.
Linear mixed-effect models are a subset of the more general mixed-effect
models, but in R, "nlme" objects inherit from "lme", not the other way
around.
> * Do you have any other recommendations/ i...
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