View source: R/estimate_control.R
estimate_control | R Documentation |
Control the estimation process.
estimate_control(method, type = c("generic", "probability"), mapping)
method |
character, name of the estimation method |
type |
either |
mapping |
a function which specifies how the estimation is conducted, see details. |
If type="generic"
, mapping needs to be a function with input comparison
and output list(theta.hat = ..., sigma.hat = ...)
which is computed based on the input
comparison matrix. If type="probability"
, mapping needs to to a function with input
argument p
(a probaility (matrix)) and output a modified (e.g. shrunk) probability
with the same dimensions as p
.
A SEPM.estimate.control object which is passed to estimate
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.