infer | R Documentation |
Conduct statistical inference based on (posterior) sample or distribution
infer(
x,
prob = 0.95,
stats = "mean",
aggr_var = "all",
aggr_group = "&",
method = c("auto", "sample", "copula", "approx"),
...
)
x |
a |
prob |
numeric, coverage probability of credible interval |
stats |
character, specifies statistics to be calculated |
aggr_var |
character, function name how cover events are aggregated across variables |
aggr_group |
character, function name how cover events are aggregated across groups |
method |
character, method to calculate credible regions |
... |
further arguments, e.g. passed to |
SIMPle.result
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.