[R] Out from an R package

Göran Djurfeldt gor@n@djur|e|dt @end|ng |rom keg@|u@@e
Thu Feb 25 16:24:51 CET 2021


Help! I am going crazy for a very simple reason. I can’t access the output from for instance the lme4 package in R. I have been able to import an SPSS file into an R data frame. I have downloaded and installed the Lme4 package and I think I have also learnt how to produce a mixed model with lmer:

Output <- lmer(G10ln ~ v191_ms + (1 | couno), data = 'G10R')

How shall I define the output from lmer? What kind of object is it? How do I define it?

Goran

	[[alternative HTML version deleted]]



More information about the R-help mailing list