## S3 method for class 'secr':
print(x, newdata = NULL, alpha = 0.05, deriv = FALSE, ...)
secr
object output from secr.fit
newdata
should be a dataframe with a column for each of the variables in the model. If newdata
is missing then a dataframe is constructed automatically. Default newdata
are for a naive animal on the first occasion; numeric covariates are set to zero and factor covariates to their base (first) level. Confidence intervals are 100 (1 -- alpha) % intervals.
derived
) are computed only for
models fitted by maximizing the conditional likelihood (CL = TRUE).AIC.secr
, secr.fit
## load & print previously fitted null (constant parameter) model
print(secrdemo.0)
print(secrdemo.CL, deriv = TRUE)
Run the code above in your browser using DataLab