sim.NormalIG.Hierarchical.config | R Documentation |
This function creates a configuration object that sets the parameters
for the Hierarchical Inverse-Gamma simulation model. The configuration
object is an to the sim.NormalIG.Hierarchical
function.
sim.NormalIG.Hierarchical.config(
nR = 5,
nC = 100,
modalityID = c("testA", "testA*"),
C_dist = "normal",
mu = 0,
tau_A = 0,
tau_B = 0,
alpha_R = 10,
beta_R = 1,
sigma_C = 1,
a_C = 0.8,
b_C = 3,
sigma_tauC = 1,
alpha_tauR = 10,
beta_tauR = 1,
C_scale = 1,
RC_scale = 1,
tauC_scale = 1,
tauRCE_scale = 1
)
nR |
[num] Number of readers. Default |
nC |
[num] Number of cases. Default |
modalityID |
[vector] List of modalityID. Default |
C_dist |
[chr] Distribution of the case. Default |
mu |
[num] grand mean. Default |
tau_A |
[num] modality A effect. Default |
tau_B |
[num] modality B effect. Default |
alpha_R |
[num] shape parameter for reader. Default |
beta_R |
[num] scale parameter for reader. Default |
sigma_C |
[num] std of case factor (if |
a_C |
[num] alpha for distribution of case (if |
b_C |
[num] beta for distribution of case (if |
sigma_tauC |
[num] std of modality-case (if |
alpha_tauR |
[num] shape parameter for modality-reader. Default |
beta_tauR |
[num] scale parameter for modality-reader. Default |
C_scale |
[num] weight for the case factor. Default |
RC_scale |
[num] weight for the reader-case interaction term. Default |
tauC_scale |
[num] weight for the modality-case term. Default |
tauRCE_scale |
[num] weight for the modality-reader-case-replicate interaction term. Default |
If no arguments, this function returns a default simulation
configuration for the sim.NormalIG.Hierarchical
function.
config [list] of input parameters for sim.NormalIG.Hierarchical
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.