• Adds plot_tau_constrast() to generate an interactive plotly figure to compare two sets of tau estimates
  • Adds a transform = "auto" option to the calculate_dmodel() arguments
  • Moves scripts/plot_p_a.R to the gsedscripts package
  • Adds scripts/plot_p_a.R to plot the passing rates by age for the -still provisional- GSED phase 1 & 2 data
  • Adds functions plot_p_a_item() and plot_p_a_one_item() to plot passing rates per items by a continuous variable
  • Adds new function calculate_dmodel() which works with both long and wide data
  • Adds item_var, reponse_var, ability_var to list returned from rasch()
  • Makes 0/1 range checks faster in rasch()
  • Add the rasch() function to fit Rasch model with 1) item equating, 2) beta fixing and 3) pairs calculation
  • First commit