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

Description Usage Arguments Value Examples

View source: R/morphMat-main.R

Description

Print method for morphMat class (size at morphometric maturity)

Usage

1
2
## 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

1
2
3
4
5
6
7
8
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)

sizeMat documentation built on July 8, 2020, 7:27 p.m.