summary.regddmfit {RegDDM} | R Documentation |
Summary of RegDDM fit object
Description
Summarize the posterior distributions of estimated parameters and group them into four categories.
Usage
## S3 method for class 'regddmfit'
summary(object, ...)
Arguments
object |
A |
... |
parameters passed to |
Value
The summary method returns a named list of glm_coefficiets
,
subject_ddm_param
, group_param
, and missing_value
.
Each element is a tibble
data frame of posterior
summary statistics of the regression coefficient, DDM parameter of each
subject, group mean and standard deviation of DDM parameters and covariates,
plus the estimated missing values.
See Also
print.regddmfit
a printed summary of the regddmfit
object.
[Package RegDDM version 1.0 Index]