print.morphMat {sizeMat} | R Documentation |
Print method for morphMat class (size at morphometric maturity)
Description
Print method for morphMat class (size at morphometric maturity)
Usage
## S3 method for class '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
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)
[Package sizeMat version 1.1.2 Index]