"print" (x, newdata = NULL, alpha = 0.05, deriv = FALSE,
call = TRUE, ...)
secr
object output from secr.fit
Results are potentially complex and depend upon the analysis (see
below). Optional 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.
call |
the function call (optional) |
version,time |
secr version, and date and time fitting started |
Detector type
Model
Derived parameters (see derived
) are computed only if
deriv = TRUE
.
AIC.secr
, secr.fit
## load & print previously fitted null (constant parameter) model
print(secrdemo.0)
## Not run:
# print(secrdemo.CL, deriv = TRUE)
# ## End(Not run)
Run the code above in your browser using DataLab