Package index
-
jt() - Independent samples or paired samples t-test
-
jaov() - One-way ANOVA (traditional or Welch method)
-
jcrosstab() - Cross-tabulation with optional chi-square test of independence
-
jcorr() - Bivariate correlation matrix with p values and pairwise N
-
jlm() - SPSS-like linear regression output with standardized coefficients
-
jlogistic() - Logistic regression with SPSS-style output
-
jrecode() - Recode a variable with explicit value mapping and optional labels
-
jrelabel() - Apply variable and value labels to a variable
-
jdeclare_udm() - Declare user-defined missing values on a variable
-
jsubset() - Set, activate, deactivate, or clear a per-dataset case-selection expression
-
jcomplete() - Set a listwise complete-case filter for matching N across analyses
-
jcopy() - Copy a data frame, carrying its classification registrations
-
jload() - Load a data file into R
-
jsave() - Save a data frame to a file
-
jconvert() - Convert user-defined missing value (UDM) declarations between formats
-
jdata_dir() - Return the configured data folder
Set up your session
Defaults and options for a working session, plus keeping your installed copy current.
-
juse() - Set or display the default data frame for jstats functions
-
joptions() - Set or display session-level package options
-
joutput() - Set session-level output verbosity
-
jupdate() - Update jstats to the latest version
-
jplot() - Visualise jst_* result objects or plot variables directly from a data frame
Fine-tuning: tell jstats how to treat a variable
Override how a variable is classified for analysis. Most users will not need these.
-
jnumeric() - Register variables as numeric for analysis
-
jdummy() - Register categorical variables for dummy coding in regression
-
jcount() - Register variables as counts for analysis
-
jlikert() - Register variables as Likert (ordered response) items