View source: R/LikelihoodApproximation.R
detectApproximationType | R Documentation |
Detect the type of likelihood approximation based on the data format
detectApproximationType(data, verbose = TRUE)
data |
The approximation data. Can be a single approximation, or approximations from multiple sites. |
verbose |
Should the detected type be communicated to the user? |
A character vector with one of the following values: "normal", "custom", "skew normal", "pooled", "grid", or "adaptive grid".
detectApproximationType(data.frame(logRr = 1, seLogRr = 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.