RunContrasts {bfw}R Documentation

Run Contrasts

Description

Compute contrasts from mean and standard deviation (Cohen's d) or frequencies (odds ratio)

Usage

RunContrasts(contrast.type, q.levels, use.contrast, contrasts, data, job.names)

Arguments

contrast.type

type of contrast: "m" indicate means and standard deviations, "o" indicate frequency

q.levels

Number of levels of each variable/column

use.contrast

choose from "between", "within" and "mixed". Between compare groups at different conditions. Within compare a group at different conditions. Mixed compute all comparisons

contrasts

specified contrasts columns

data

data to compute contrasts from

job.names

names of all parameters in analysis, Default: NULL

See Also

combn


[Package bfw version 0.4.2 Index]