install_r4np | R Documentation |
Install R packages relevant for the book 'R for Non-Programmers: A Guide for Social Scientists'.
install_r4np()
Installs the following R packages at once:
Turns output from functions into tibbles.
Interpret regression results
Lightweight package for computing different kinds of correlations, such as partial correlations, Bayesian correlations, multilevel correlations, polychoric correlations, biweight correlations, distance correlations and more.
Provide utilities to work with indices of effect size and standardized parameters for a wide variety of models, allowing computation of and conversion between indices such as Cohen's d, r, odds, etc.
Provides a function to compute the exact McNemar Test.
ggplot2 extension to plot uncertainty and frequencies.
ggplot2 extension to plot even more geoms.
Creates mosiac plots with ggplot2. Useful when visualising contingency tables
Used to build network graphs
ggplot2 extension to build ridge plots
The main janitor functions can: perfectly f ormat data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and isolate duplicate records.
This is a collection of tools that the author (Jacob) has written for the purpose of more efficiently understanding and sharing the results of (primarily) regression analyses.
Fit a variety of latent variable models, including confirmatory factor analysis, structural equation modeling and latent growth curve models.
Helps manipulate/convert date and time data
Used in combination with ggraph to create network plots
Multiple imputation using Fully Conditional Specification (FCS) implemented by the MICE algorithm as described in Van Buuren and Groothuis-Oudshoorn (2011).
Provides functions for data manipulation, imputing missing values in an approximate Bayesian framework, diagnostics of the models used to generate the imputations, etc.
Build pipefriendly operations to model data.
Provides data structures and functions that facilitate the plotting of missing values and examination of imputations.
Returns parameters from regression models.
Combine different ggplots into one plot.
Returns performance indices for regression models
A general purpose toolbox for personality, psychometric theory and experimental psychology.
Compute the statistical power of different analytical approaches
Additional functions, such as for effect sizes.
A pipe-friendly way of computing various common statistics.
Useful functions to format ggplot axes.
Enables visualising output from easystats packages.
Offer imputation methods for missing data.
A simple to use summary function that can be used with pipes and displays nicely in the console.
Install the core tidyverse packages.
Colour palettes inspired by Wes Anderson movies for ggplot2
Generates word clouds from text data.
## Not run:
# Run this line of code to install all relevant packages
install_r4np()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.