Skip to content
Prev 15415 / 20628 Next

R-core post from jw1085@wildcats.unh.edu requires approval

Dear Jochen,

It is unclear where the problem exactly occurs. Please try to code below in
a clean R session and report exactly after which line the error occurs

library(nlme)
uncmod <- lme(fixed = year_c~1, random = ~1|ID, data = data, method ="ML")
summary(uncmod)
varCorr(uncmod)

library(broom)
uncmod <- lme(fixed = year_c~1, random = ~1|ID, data = data, method ="ML")
tidy(uncmod)
summary(uncmod)
varCorr(uncmod)

also give us the output of sessionInfo() when the error occurs.

Best regards,
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium

To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey

2017-05-08 18:50 GMT+02:00 Jochen Wirsing <jw1085 at wildcats.unh.edu>: