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