Learn R Programming

sizeMat (version 1.1.2)

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

Description

Print method for gonadMat class (size at gonad maturity)

Usage

# S3 method for 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab