View source: R/tor_summarise.R
tor_summarise | R Documentation |
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.
tor_summarise(tor_obj)
tor_obj |
a fitted model from |
a list of two data.frame. The first element returns the parameter estimates, the second reports the overlap values.
Other summary:
get_parameters()
,
tor_ppo()
test2 <- tor_fit(M = test_data[,2],
Ta = test_data[, 1],
fitting_options = list(nc = 1, ni = 5000, nb = 3000))
tor_summarise(test2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.