View source: R/printfunctions.R
summarize.stats | R Documentation |
Method to summarise statistics from the simulation output of '$analysis()' from the Design class. Not generally required by the user.
summarize.stats(out, par, alpha = 0.05)
out |
list of mcml model outputs |
par |
the index of the parameter to summarise |
alpha |
the type I error value |
A list containing two names data frames ('ptot' and 'citot') summarising the values of p-statistics from the model fits, and the quantiles of 1-alpha interval half-widths, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.