emstans: Conduct Embedded Standard Setting

View source: R/main.r

emstansR Documentation

Conduct Embedded Standard Setting

Description

Conduct Embedded Standard Setting

Usage

emstans(data, lvname = NULL, WESS = F, GAM = T, SD = 1, EC = 0, digits = 3)

Arguments

data

a data frame containing OOD, location, and ALD. The data should be ordered by OOD, location, and ALD.

  • OOD Order of difficulty

  • location Location

  • ALD Aligned levels

lvname

a vector indicating levels

WESS

a logical indicating the use of weights. (default = TRUE)

GAM

a logical indicating the use of nonlinear fitting. (default = TRUE)

SD

a numeric indicating standard deviation. (default = 1)

EC

a numeric. (default = 0)

digits

a numeric. (default = 3)

Details

This calculates counts and weights.

Value

a list.

Examples

## Not run: 
fit <- emstans(data, lvname = c("Level1", "Level2", "Level3"))

## End(Not run)

CMS5000/EmStanS documentation built on April 19, 2022, 11:14 a.m.