s1 | R Documentation |
perform mixed linear regression in lmer/lmertest package for getting observed t values or permutation test
s1(data, formula)
data |
A dataframe specifying the data to be analysed |
formula |
A formula in the form like'y~x1+x2+x3 in lm function |
An object of class "lm"
data<-mtcars
formula<-mpg~cyl
s1(data=data,formula=formula)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.