equations2var: make data.frame with equation

View source: R/labels2table.R

equations2varR Documentation

make data.frame with equation

Description

make data.frame with equation

Usage

equations2var(eq, labels = list())

Arguments

eq

equation

labels

A list

Examples

labels=list(X="frame",M="justify",Y="donate",W="skeptic")
moderator=list(name="skeptic",site=list(c("a","c")))
eq=multipleMediation(labels=labels,moderator=moderator,mode=1)
covar=list(name=c("C1","C2","C3"),site=list(c("M","Y"),c("M","Y"),c("M","Y")))
eq=multipleMediation(labels=labels,covar=covar,mode=1)
equations2var(eq,labels=labels)

processR documentation built on Jan. 23, 2023, 5:44 p.m.