emstans | R Documentation |
Conduct Embedded Standard Setting
emstans(data, lvname = NULL, WESS = F, GAM = T, SD = 1, EC = 0, digits = 3)
data |
a data frame containing OOD, location, and ALD. The data should be ordered by OOD, location, and ALD.
|
lvname |
a vector indicating levels |
WESS |
a logical indicating the use of weights. (default = |
GAM |
a logical indicating the use of nonlinear fitting.
(default = |
SD |
a numeric indicating standard deviation. (default = 1) |
EC |
a numeric. (default = 0) |
digits |
a numeric. (default = 3) |
This calculates counts and weights.
a list.
## Not run: fit <- emstans(data, lvname = c("Level1", "Level2", "Level3")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.