Visualization

Functions for data visualization.

histogram()

A histogram

densityplot()

A density plot

scatterplot()

A two dimensional scatterplot

tukeyboxplot()

A Tukey box-and-whisker plot

scatterplot_matrix()

Make a scatterplot matrix

interaction_line_plot()

Make a interaction line plot

Descriptive statistics

Functions for doing descriptive statistics.

describe()

Calculate descriptive statistics

describe_across()

Apply multiple descriptive functions to multiple variables

sum_xna() mean_xna() median_xna() iqr_xna() sd_xna() var_xna()

Descriptive statistics for variables with missing values

Psychometric data analysis

Functions for use in psychometric data analysis

re_code()

Recode specified values by new values

cronbach()

Calculate Cronbach's alpha for sets of psychometric scale items

total_scores()

Calculate the total scores from sets of scores

Statistical analysis

Functions for statistical analysis.

t_test()

Independent samples t-test

paired_t_test()

Paired samples t-test

pairwise_t_test()

Pairwise t-test

shapiro_test()

Shapiro-Wilk normality test

cohen_d()

Cohen's d and Hedges g effect size

get_dummy_code()

Show the dummy code of a categorical variable

ez_anova()

Analysis of variance

Data sets

Included data sets.

faithfulfaces

Faithfulness from a Photo?

vizverb

Visual versus Verbal Perception and Responses

schizophrenia

Age of Onset of Schizophrenia Data

pairedsleep

Paired sleep data

jobsatisfaction

Job Satisfaction Data for Two-Way ANOVA

selfesteem

Self-Esteem Score Data for One-way Repeated Measures ANOVA

selfesteem2

Self Esteem Score Data for Two-way Repeated Measures ANOVA

selfesteem2_long

Self Esteem Score Data for Two-way Repeated Measures ANOVA: Long format