Learn R Programming

dexter (version 0.8.5)

add_test3DC: Add a standard setting booklet to a 3DC database

Description

See create3DC for more information

Usage

add_test3DC(db3dc, parms, design, test_id, standards, mu, sigma,
  population = NULL, group_leader = "admin", omit = 0)

Arguments

db3dc

3dc database handle

parms

a parameters object produced by fit_enorm

design

a data.frame with columns item_id, cluster and optionally cluster_nbr (used for sorting the clusters) and item_nbr (used for sorting items within cluster).

test_id

name/id of the test as it will be shown in the 3DC application.

standards

vector of standards to be set

mu

expected ability in population, used for scaling of the clusters

sigma

expected standard deviation of ability in population, used for scaling of the clusters

population

optionally a data.frame with columns test_score and frequency to use for visualization in 3DC application. If NULL, the distribution will be derived from a simulation.

group_leader

Login name of the group leader, default is admin. The default password is always admin, but can be changed in the 3DC application.

omit

the tail probability of the testscores to be omitted from the 3DC form. For example, if set to 0.1, the 10 The Default is 0.0 (omit nothing)