Learn R Programming

sizeMat (version 1.1.2)

print.classify: Print method for classify class

Description

Print method for classify class

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(crabdata)

classify_data = classify_mature(crabdata, varNames = c("carapace_width", "chela_height"),
varSex = "sex_category", selectSex = NULL, method = "ld")

print(classify_data)
# }

Run the code above in your browser using DataLab