Refit a lmerModgANOVA model with a new response

refit.lmerModgANOVA(
  object,
  newresp = NULL,
  rename.response = FALSE,
  maxit = 100L,
  ...
)

Arguments

object

a lmerModgANOVA model

newresp

a vector of new responses.

rename.response

Replacing the name of in the forumla. Default is FALSE

maxit

a integer, not use. Default is 100.

...

orther arguments

See also

refit

Other estimation: gANOVA()