Usage
## S3 method for class 'twoAC':
confint(object, parm, level = 0.95,
type = c("profile", "Wald"), ...)
## S3 method for class 'profile.twoAC':
confint(object, parm = "d.prime", level = 0.95, \dots)
## S3 method for class 'twoAC':
profile(fitted, alpha = 1e-3, nSteps = 1e2, range, \dots)
## S3 method for class 'profile.twoAC':
plot(x, level = c(0.95, 0.99), Log = FALSE,
relative = TRUE, fig = TRUE, n = 1e3, ..., ylim = NULL)Arguments
object
a fitted twoAC object or a profile.twoAC object. type
the type of confidence interval required. "profile" is the
most accurate.
parm
For confint.profile.twoAC:
has to be "d.prime".
For confint.twoAC:
for type = "Wald" a specification of which parameters the
confidence interval is required for. Ignored for t
level
the confidence level required.
alpha
determines the range of profiling. By default the
likelihood is profiled in the 99.9% Wald confidence interval
region.
range
if supplied, d.prime will be profiled between
min(range) and max(range). This over-rules the
automatic range computation.
nSteps
the number of profile steps.
Log
should the profile likelihood be plotted on the log-scale?
relative
should the relative or the absolute likelihood be
plotted?
fig
should the profile likelihood be plotted?
n
the no. points used in the spline interpolation of the
profile likelihood.
ylim
overrules default y-limits on the plot of the profile
likelihood.