powered by
Method to print the output of anova.corregp.
anova.corregp
# S3 method for anova.corregp print(x, ...)
The output of a call to anova on a "corregp" object (i.e. an object of class "anova.corregp").
anova
Further arguments passed to or from other methods.
The output of a call to anova on a "corregp" object.
anova.corregp.
# NOT RUN { data(HairEye) haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000) anova(haireye.crg, nf = 2) # }
Run the code above in your browser using DataLab