View source: R/dimensional_simulation.R
dim_icc_sim | R Documentation |
Simulate ICC by Number of Raters
dim_icc_sim( object, min_r = 1, max_r, plot = TRUE, line_size = 1, point_size = 3, xstep = 1 )
object |
An object resulting from a call to |
min_r |
A nonnegative integer representing the minimum number of raters to be simulated. (default = 1) |
max_r |
A nonnegative integer representing the maximum number of raters to be simulated. |
plot |
A logical flag indicating whether to generate a simulation plot. (default = TRUE) |
line_size |
A nonnegative number indicating the size of lines on the plot (default = 1). |
point_size |
A nonnegative number indicating the size of points on the plot (default = 3). |
xstep |
A nonnegative number indicating the desired spacing between breaks on the x-axis of the plot (default = 1). |
A tibble containing the estimated inter-rater ICC by number of raters averaged.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.