Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

moderator2df

Make data.frame from a list of moderator


Description

Make data.frame from a list of moderator

Usage

moderator2df(moderator, mpos = c(0.5, 0.9), vars = NULL, df = NULL)

Arguments

moderator

A list

mpos

A numeric vector of length 2

vars

A list

df

A data.frame

Examples

moderator=list(name=c("milk","hair"),matrix=list(c(1,1,0,1,0,0,0,0,0,0)
   ,c(0,0,0,0,0,0,0,1,0,0)))
moderator2df(moderator)

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.