View source: R/lorad-summary.R
lorad_summary | R Documentation |
lorad_estimate()
Summarize output from lorad_estimate()
lorad_summary(results)
results |
Named character vector returned from |
String containing a summary of the supplied results
object
normals <- rnorm(1000000,0,10)
prob_normals <- dnorm(normals,0,10,log=TRUE)
paramsdf <- data.frame(normals,prob_normals)
columnkey <- c("normals"="unconstrained", "prob_normals"="posterior")
results <- lorad_estimate(paramsdf, columnkey, 0.5, 'left', 0.1)
lorad_summary(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.