Usage
fixedLRT(null.formula,formula,data,HLmethod,REMLformula=NULL,boot.repl=0,
control=list(),control.boot=list(),...)
Arguments
null.formula
Either a formula
(as in glm
) or a predictor
(see Predictor
) for the null model.
formula
Either a formula
or a predictor
for the full model.
data
A data frame containing the variables in the model.
HLmethod
A method to fit the full and null models.
See the identically-named HLfit
argument for background information about such methods.
The two most meaningful values of HLmethod
in fix
REMLformula
a formula specifying the fixed effects which design matrix is used in the REML correction
for the estimation of dispersion parameters, if these are estimated by REML.
This formula is by default that for the *full* model.
boot.repl
the number of bootstrap replicates.
control
A set of control parameters for the fits of the data, mostly for development purposes. However, if an initial value is provided for a dispersion parameter, a better one may be sought if further control=list(prefits=TRUE)
(the effect appears s
control.boot
Same as control
, but for the fits of the bootstrap replicates. Again, the option control.boot=list(prefits=TRUE)
may yield a small improvement in the fits, at the expense of more computation time.
...
Further arguments passed to or from other methods; in particular, additional arguments passed to corrHLfit
, including mandatory ones such as data
and those ultimately passed to designL.from.Corr
. With respect to the