tor_summarise: Model summary

View source: R/tor_summarise.R

tor_summariseR Documentation

Model summary

Description

tor_summarise() provides a comprehensive summary of the output returned by tor_fit(). The function gives a summary statistic of the model fit and the ppo value for MR and TMR.

Usage

tor_summarise(tor_obj)

Arguments

tor_obj

a fitted model from tor_fit()

Value

a list of two data.frame. The first element returns the parameter estimates, the second reports the overlap values.

See Also

Other summary: get_parameters(), tor_ppo()

Examples

test2 <- tor_fit(M = test_data[,2],
                Ta = test_data[, 1],
                fitting_options = list(nc = 1, ni = 5000, nb = 3000))
tor_summarise(test2)

vullioud/toRpoR documentation built on Nov. 30, 2024, 11:13 a.m.