View source: R/estimStrataPropClip.R
A wrapper for propClipped
1 2 3 4 5 6 7 | estimStrataPropClip(
prepClipData,
NumResults,
seed = NA,
priors = NA,
verbose = TRUE
)
|
prepClipData |
the output of prepMultStrataPropClip |
NumResults |
the number of samples from the posterior to take |
seed |
A positive integer to seed the random number generator. If NA, a seed will be chosen based on the time. |
priors |
a list of numeric vectors giving the parameters of a beta distribution to use as the priors for each strata (in order of the strata). The default is a uniform Beta(1,1) prior for all strata. |
verbose |
TRUE to print some output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.