View source: R/regddmfit_class.R
summary.regddmfit | R Documentation |
Summarize the posterior distributions of estimated parameters and group them into four categories.
## S3 method for class 'regddmfit'
summary(object, ...)
object |
A |
... |
parameters passed to |
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.
print.regddmfit
a printed summary of the regddmfit
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.