dim_icc_sim: Simulate ICC by Number of Raters

View source: R/dimensional_simulation.R

dim_icc_simR Documentation

Simulate ICC by Number of Raters

Description

Simulate ICC by Number of Raters

Usage

dim_icc_sim(
  object,
  min_r = 1,
  max_r,
  plot = TRUE,
  line_size = 1,
  point_size = 3,
  xstep = 1
)

Arguments

object

An object resulting from a call to dim_icc().

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).

Value

A tibble containing the estimated inter-rater ICC by number of raters averaged.


jmgirard/agreement documentation built on Sept. 12, 2022, 12:39 a.m.