Learn R Programming

sizeMat (version 1.1.2)

print.morphMat: Print method for morphMat class (size at morphometric maturity)

Description

Print method for morphMat class (size at morphometric maturity)

Usage

# S3 method for morphMat
print(x, ...)

Arguments

x

object of class 'morphMat' with the parameters of the logistic regression and a data.frame with the allometric variables ("X", "Y") and classification of maturity. Also the fitted values for the logistic regression and confidence intervals (95%).

Additional arguments to the print method.

Value

The median of the size at morphometric maturity estimation, parameters and the Nagelkerke's R square.

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")

my_mature = morph_mature(classify_data, method = "fq", niter = 50)

print(my_mature)
# }

Run the code above in your browser using DataLab