New functions

Changes

  • nice_frequencies(): Now has a grouping argument. This allows creating contingency tables (e.g. nice_frequencies(mtcars$cyl, mtcars$am)).
  • nice_table():
    • New argument markdown. If TRUE, interprets cell content as markdown.
    • Now a generic function with methods for nice_regression_table(), nice_efa(), and a default method for data.frame objects.
    • rownames = NULL now automatically shows row names unless they are as.character(1:nrow(x)).
    • New argument sort allows sorting by a character vector.
  • nice_regression_table(): Now supports gls models.

Corrections

New functions

Changes

  • nice_table(): Now defaults to gt tables; the older kable output is being retired.

Changes

  • Reworked agreement_analysis()

New functions

  • check(), start_check(), end_check(), check_within(), check_in(), check_not()

New function

  • progress_feedback()

New function

  • fill_missing_l2(): Fills in missing values in multilevel/repeated measurement long format data. Useful for level-2 variables like gender that may only appear in one measurement occasion.

New functions

  • create_blogsite(): Helps create a blog-like site for R Markdown pages.
  • new_blog_entry(): Sets up a new blog entry markdown page.

New function

  • chi_test_table(): Compares the proportions of a dichotomous variable across two groups for multiple variables. Similar to t_test_table() but for categorical variables.

Changes

  • t_test_table(): Added arguments caption, bootstrap_options, and full_width.

Changes

  • alpha_table():
    • Argument VAR renamed to scales.
    • New argument difficulty: If TRUE, reports item difficulties.
    • New argument values: Required for calculating item difficulty; specify min and max values for each scale.