powered by
makeTest is a function for creating a '>test object. This is used in Shadow to determine all necessary data prior to the main simulation, so that they are not affected by random number generation.
makeTest
'>test
Shadow
makeTest( object, theta = seq(-4, 4, 0.1), info_type = "FISHER", true_theta = NULL )# S4 method for item_pool makeTest( object, theta = seq(-4, 4, 0.1), info_type = "FISHER", true_theta = NULL )
# S4 method for item_pool makeTest( object, theta = seq(-4, 4, 0.1), info_type = "FISHER", true_theta = NULL )
an '>item_pool object.
'>item_pool
a grid of theta values.
the type of information.
(optional) true theta values to simulate response data.
# NOT RUN { test <- makeTest(itempool_science, seq(-3, 3, 1)) # }
Run the code above in your browser using DataLab