Usage
## S3 method for class 'Rm':
LRtest(object, splitcr = "median", alpha = 0.05, se = TRUE)
## S3 method for class 'LR':
plotGOF(x, beta.subset = "all", xlab = "Beta Group 1",
ylab = "Beta Group 2", ylim = c(-3, 3), xlim = c(-3, 3), type = "p", ...)
## S3 method for class 'LR':
print(x,...)
## S3 method for class 'LR':
summary(object,...)
Arguments
object
Object of class Rm
.
splitcr
Split criterion for subject raw score splitting. all.r
corresponds to a
full raw score split, median
uses the median as split criterion, mean
performs a mean-split.
Optionally splitcr
can also be
alpha
Significance level for Chi-square statistic.
se
If TRUE
, standard errors are computed
x
Object of class LR
for visualizing the fit of single items.
beta.subset
Either a numeric vector or a character vector indicating the columns of the
data matrix which should be plotted. If "all", all items are plotted.
xlim
Parameter range for group 1.
ylim
Parameter range for group 2.
type
Type of plot desired. By default points are plotted.
...
Additional plot parameters.