print.gonadMat {sizeMat} | R 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)
[Package sizeMat version 1.1.2 Index]