regddmfit {RegDDM}R Documentation

Class of models fitted by RegDDM

Description

regddmfit is an S3 object storing the fitted models of RegDDM. It contains information used to fit the model and the resulting stanfit and can be summarized and printed using summary and print.

Usage

regddmfit(data1, data2, model, family, stan_fit)

Arguments

data1

Subject-level data frame.

data2

Trial-level data frame.

model

A list containing 0-5 formulas, specifying the dependence structure between variables.

family

Family of distribution of the outcome.

stan_fit

Fitted stan model.

Details

Use methods(class = "regddmfit") for a list of available methods.


[Package RegDDM version 1.1 Index]