Articles by R on WrightMap

WrightMap Tutorial 5

April 25, 2020 | R on WrightMap

More Flexibility using the person and item side functions Introduction Version 1.2 of the WrightMap package allows you to directly access the functions used for drawing the person and item sides of the map in order to allow more flexible item person maps. The parts can be put together on the ...
[Read more...]

WrightMap Tutorial 4

April 25, 2020 | R on WrightMap

Using Conquest Output and Making Thresholds Updated Fri 24-Apr-2020 Intro In this part of the tutorial, we’ll show how to load ConQuest output to make a CQmodel object and then WrightMaps. We’ll also show how to turn deltas into thresholds. All the example files here are available in ...
[Read more...]

WrightMap Tutorial 3

April 24, 2020 | R on WrightMap

Plotting Multidimensional & Polytomous Models Updated Fri 24-Apr-2020 Multidimensional models We will need again to load RColorBrewer for this example. install.packages("RColorBrewer") library(RColorBrewer) We start by creating mock person and item estimates. For the person proficiencies we create a matrix with five columns of 1000 values each. set.seed(2020) mdim....
[Read more...]

WrightMap Tutorial 2

April 24, 2020 | R on WrightMap

Plotting the items in different ways Updated Fri 24-Apr-2020 Setup We start by creating mock person and item estimates. For the person proficiencies we create a single vector with 1000 values. set.seed(2020) mdim.sim.thetas
[Read more...]

WrightMap Tutorial 1

April 24, 2020 | R on WrightMap

Plotting Unidimensional/Dichotomous Models Updated Fri 24-Apr-2020 Setup and basics This is an introduction to the wrightMap function in the WrightMap package. The wrightMap function creates Wright Maps based on person estimates and item parameters produced by an item response analysis. The CQmodel function reads output files created using ConQuest ...
[Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)