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

meanSummaryTable

Make mean summary table


Description

Make mean summary table

Usage

meanSummaryTable(..., vanilla = TRUE)

Arguments

...

Further argumants to be passed to meanSummary

vanilla

logical

Examples

labels=list(X="cond",Y="reaction",M="pmi")
xlabels=c("Front Page","Interior Page")
meanSummaryTable(data=pmi,labels=labels,xlabels=xlabels)
labels=list(X="frame",Y="justify",W="skeptic")
xlabels=c("Natural causes condition","Climate change condition")
meanSummaryTable(data=disaster,labels=labels,xlabels=xlabels)

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.