LP_IS_print: Print the results from a fit a Lincoln-Petersen Model with...

View source: R/LP_IS_print.R

LP_IS_printR Documentation

Print the results from a fit a Lincoln-Petersen Model with incomplete stratification

Description

Print the results from a fit a Lincoln-Petersen Model with incomplete stratification

Usage

LP_IS_print(IS.results)

Arguments

IS.results

Results from fitting an incomplete stratification model

Value

A nicely formatted report showing the results of the fit.

  • Model information (summary of arguments, model name, negative log-likelihood, number of parameters, AICc)

  • Raw data used in the fit (history, frequency,categories)

  • Initial values used in the optimization of the likelihood for the parameters

  • Design matrix and offset values for the parameters

  • Maximum likelihood estimates for the parameters and estimated abundance by category

  • SE for the above

  • Observed and expected counts for each capture history

  • Residual plot constructed from the previous observed and expected counts

Examples


data(data_wae_is_short)
res <- Petersen::LP_IS_fit(data=data_wae_is_short, p_model=~-1 + ..cat:..time)
LP_IS_print(res)


Petersen documentation built on April 4, 2025, 3:05 a.m.