powered by
Detect the type of likelihood approximation based on the data format
detectApproximationType(data, verbose = TRUE)
A character vector with one of the following values: "normal", "custom", "skew normal", "pooled", "grid", or "adaptive grid".
The approximation data. Can be a single approximation, or approximations from multiple sites.
Should the detected type be communicated to the user?
detectApproximationType(data.frame(logRr = 1, seLogRr = 0.1))
Run the code above in your browser using DataLab