print.classify {sizeMat} | R Documentation |
Print method for classify class
Description
Print method for classify class
Usage
## S3 method for class 'classify'
print(x, ...)
Arguments
x |
an object of class 'classify' with the allometric variables ("X", "Y") and classification of maturity (juveniles = 0, adults = 1). |
... |
Additional arguments to the print method. |
Value
The number of juveniles and adults. Also shows the regression analysis for juveniles and adults and an ANCOVA analysis to compare slopes.
Examples
data(crabdata)
classify_data = classify_mature(crabdata, varNames = c("carapace_width", "chela_height"),
varSex = "sex_category", selectSex = NULL, method = "ld")
print(classify_data)
[Package sizeMat version 1.1.2 Index]