Description Usage Arguments Value Fields
View source: R/compute_results.R
Applies the Bayesian computation method to all QIs in a QIDB-data-pair, separately to all LEs as
identified through the meta_unit column in the data.
1 2 3 4 5 6 7 | compute_results(
qidb_data_pair,
conf_level = 0.95,
a = 0.5,
b = 0.5,
nMC = 1e+05
)
|
qidb_data_pair |
A list of QIs with linked data (of class |
conf_level |
Confidence level of the resulting uncertainty interval |
a |
first prior parameter of Beta distribution for each QI Merkmal |
b |
second prior parameter of Beta distribution for each QI Merkmal |
nMC |
Number of Monte Carlo Samples (needed for QIs with >1 Merkmale) |
A data.frame containing all computation results, one row per result
KN_IDthe idenifier of the QI
meta_unitthe identifier of the Leistungserbringer (LE)
QI_hatPosterior mean estimate for QI value
Joverall number of patients in the data set.
lowerlower border of the uncertainty interval.
upperupper border of the uncertainty interval.
Auff_statindicates if result is "statistisch auffaellig"
RefValreference value for computation of "statistisch auffaellig"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.