Skip to contents

Overview

The goal of assessor is to provide assessment tools for regression models with discrete and semicontinuous outcomes proposed in Yang (2023) and Yang(2024). It calculates the double probability integral transform (DPIT) residuals, constructs QQ plots of residuals and the ordered curve for assessing mean structures.

Installation

Install the latest release from CRAN:

install.package('assessor')

Also, you can install the development version of assessor from GitHub with:

# install.packages("devtools")
devtools::install_github("jhlee1408/assessor")