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

View source: R/gonadMat-main.R

print.gonadMatR Documentation

Print method for gonadMat class (size at gonad maturity)

Description

Print method for gonadMat class (size at gonad maturity)

Usage

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

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)

ejosymart/sizeMat documentation built on Jan. 4, 2024, 9:04 p.m.