knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package provides a function to detect differential item functioning in a rasch poisson count model.
Warning: This package is currently a work in progress and might not perform as expected. Due to numerical limitations, only the glmer_fit function can be used to compute the rpcm_tree.
You can install the released version of rpcm-tree with:
if (!require("devtools")) install.packages("devtools") library("devtools") devtools::install_github("boweber/rpcm-tree")
This is a basic example which shows you how to solve a common problem:
library("rpcmtree")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.