LP_IS_print {Petersen}R 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.

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)


[Package Petersen version 2024.6.1 Index]