Last chance! 50% off unlimited learning
Sale ends in
byf.mqqnorm(formula, data)
a ~ b
, where a
is a matrix giving the dependent variables (each column giving a variable) and b
a factor giving the corresponding groups.formula
. By default the variables are taken from environment(formula)
.mqqnorm
, byf.mshapiro
, qqPlot
data(iris)
byf.mqqnorm(as.matrix(iris[,1:4])~Species,data=iris)
Run the code above in your browser using DataLab