Learn R Programming

MOTE

We gladly take comments and updates! You can check out videos on my YouTube channel, as well as watching or starring the github repo.

You can look at our how-to guide by going to: https://www.aggieerin.com/shiny-server/. This information is also present in the help files for each function, however, pictures are included on the website.

You can now install MOTE directly from CRAN: install.packages("MOTE").

To install the development version of the package take the following steps:

  1. Install devtools if you do not have it. devtools is a package that allows you to install packages from github.

install.packages("devtools")

  1. Install the MOTE package by running the following:

devtools::install_github("doomlab/MOTE")

  1. Load the library to get started!

library(MOTE)

  1. Enjoy MOTE.

You can also use the Shiny App!

Build information

1.0.2 - Updated mathematical error in d.dep.t.rm confidence interval calculation.

1.0.1 - Initial CRAN release

Copy Link

Version

Install

install.packages('MOTE')

Monthly Downloads

413

Version

1.0.2

License

LGPL-3

Maintainer

Erin M. Buchanan

Last Published

April 10th, 2019

Functions in MOTE (1.0.2)

d.z.z

d from z-statistic for Z-test
d.ind.t.t

d from t for Between Subjects
d.dep.t.diff

d for Dependent t with SD Difference Scores Denominator
d.single.t

d for Single t from Means
d.prop

d for Independent Proportions
ges.partial.SS.mix

Partial Generalized Eta-Squared for Mixed Design ANOVA from F
g.ind.t

d-g Corrected for Independent t
d.to.r

r and Coefficient of Determination (R2) from d
d.single.t.t

d for Single t from t
d.dep.t.rm

d for Repeated Measures with Average SD Denominator
eta.full.SS

Eta for ANOVA from F and Sum of Squares
ges.partial.SS.rm

Partial Generalized Eta-Squared for ANOVA from F
singt_data

Single Sample t Example Data
eta.partial.SS

Partial Eta Squared for ANOVA from F and Sum of Squares
mix2_data

Mixed Two-way ANOVA Example Data
bn1_data

Between Subjects One-way ANOVA Example Data
odds

Chi-Square Odds Ratios
omega.gen.SS.rm

Generalized Omega Squared for Multi-Way and Mixed ANOVA from F
indt_data

Independent t Example Data
omega.partial.SS.bn

Partial Omega Squared for Between Subjects ANOVA from F
v.chi.sq

V for Chi-Square
epsilon.full.SS

Epsilon for ANOVA from F and Sum of Squares
eta.F

Eta and Coefficient of Determination (R2) for ANOVA from F
rm1_data

Repeated Measures Oneway ANOVA Example Data
omega.F

Omega Squared for ANOVA from F
omega.full.SS

Omega Squared for One-Way and Multi-Way ANOVA from F
rm2_data

Repeated Measures Two-way ANOVA Example Data
omega.partial.SS.rm

Partial Omega Squared for Repeated Measures ANOVA from F
r.correl

r to Coefficient of Determination (R2) from F
d.dep.t.avg

d for Dependent t with Average SD Denominator
d.dep.t.diff.t

d from t for Repeated Measures with SD Difference Scores Denominator
d.ind.t

d for Between Subjects with Pooled SD Denominator
delta.ind.t

d-delta for Between Subjects with Control Group SD Denominator
apa

APA Format
dept_data

Dependent t Example Data
d.z.mean

d for Z-test from Population Mean and SD
bn2_data

Between Subjects Two-way ANOVA Example Data
chisq_data

Chi-Square Example Data