Calculates the means and dispersion for one, two and three factor(s) by model
and model.frame
functions.
m.inf.1a(x,
which,
dispersion=c('mm', 's', 'se'))
m.inf.1b(x,
which,
dispersion=c('mm', 's', 'se'))
m.inf.2a(x,
which1,
which2,
dispersion=c('mm', 's', 'se'))
m.inf.2b(x,
which1,
which2,
dispersion=c('mm', 's', 'se'))
m.inf.3a(x,
which1,
which2,
which3,
dispersion=c('mm', 's', 'se'))
m.inf.3b(x,
which1,
which2,
which3,
dispersion=c('mm', 's', 'se'))
A SK
object.
The name of the treatment to be used in the comparison. For all the value is determined internally by the package.
The name of the treatment to be used in the comparison. For all the value is determined internally by the package.
The name of the treatment to be used in the comparison. For all the value is determined internally by the package.
The name of the treatment to be used in the comparison. For all the value is determined internally by the package.
The dispersion to be considered to the means. The possible vaues are: 'mm' = minimum and maximum, 's' = standart deviation, 'se' = standart deviation of the mean.