permute_fun {lmerPerm} | R Documentation |
This function defines the permutation strategry
Description
perform permuation on response variable i.e. y, using the stop criterion suggested by Anscombe
Usage
permute_fun(data, mle)
Arguments
data |
A data frame specifying the data to be analysed. |
mle |
A string that indicated response variable |
Value
A data frame containing the data with a permuted y.
Examples
data<-mtcars
permute<-permute_fun(data=data,mle='mpg')
[Package lmerPerm version 0.1.9 Index]