ddm-methods | R Documentation |
Implemented S3 methods for objects of class ddm
as returned by
function ddm()
.
## S3 method for class 'ddm'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'ddm'
summary(object, ...)
## S3 method for class 'summary.ddm'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'ddm'
coef(object, dpar = c("drift", "boundary", "ndt", "bias", "sv", "full"), ...)
## S3 method for class 'ddm'
vcov(object, dpar = c("drift", "boundary", "ndt", "bias", "sv"), ...)
## S3 method for class 'ddm'
model.frame(formula, ...)
## S3 method for class 'ddm'
model.matrix(object, dpar = c("drift", "boundary", "ndt", "bias", "sv"), ...)
## S3 method for class 'ddm'
terms(x, dpar = c("drift", "boundary", "ndt", "bias", "sv"), ...)
## S3 method for class 'ddm'
logLik(object, ...)
## S3 method for class 'ddm'
update(object, ...)
recover_data.ddm(object, data, ...)
emm_basis.ddm(
object,
trms,
xlev,
grid,
dpar = c("drift", "boundary", "ndt", "bias", "sv"),
...
)
digits |
minimal number of significant digits, see
|
... |
further arguments passed to or from other methods. |
object , x |
object of class |
dpar |
which distributional parameter or DDM parameter to focus on. In
addition to the five DDM parameters |
formula |
see |
data , trms , xlev , grid |
arguments needed for emmeans support. |
The methods should fail with an informative error if a
distributional parameter is selected in dpar
that is fixed and not
estimated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.