permute_fun: This function defines the permutation strategry

View source: R/permute_fun.R

permute_funR 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')

lmerPerm documentation built on April 18, 2023, 5:06 p.m.