inst/scratch/trial_data.R

c(0.044, 0.065, 0.115, 0.016, 0.076, 0.035, 0.027, 0.410, 0.212)
c(0.04, 0.055, 0.100, 0.014, 0.070, 0.020, 0.018, 0.350, 0.333)

data.frame(
  control = c(0.044, 0.063, 0.113, 0.016, 0.075, 0.028, 0.022, 0.390, 0.249),
  # worst = c(0.044, 0.065, 0.115, 0.016, 0.076, 0.035, 0.027, 0.410, 0.212)
  best = c(0.04, 0.055, 0.100, 0.014, 0.070, 0.020, 0.018, 0.350, 0.333)
) %>%
set_ordinalsimr_options(default_distributions = .)

Try the ordinalsimr package in your browser

Any scripts or data that you put into this service are public.

ordinalsimr documentation built on June 25, 2025, 5:11 p.m.