print.gonadMat: Print method for gonadMat class (size at gonad maturity)

Description Usage Arguments Value Examples

View source: R/gonadMat-main.R

Description

Print method for gonadMat class (size at gonad maturity)

Usage

1
2
## S3 method for class 'gonadMat'
print(x, ...)

Arguments

x

object of class 'gonadMat' with the parameters of the logistic regression and a data.frame with the X and stage of sexual maturity. variables. 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 gonad maturity estimation, parameters and the Nagelkerke's R squared.

Examples

1
2
3
4
5
6
data(matFish)

gonad_mat = gonad_mature(matFish, varNames = c("total_length", "stage_mat"), inmName = "I", 
matName = c("II", "III", "IV"), method = "fq", niter = 50)

print(gonad_mat)

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