Statistics using R programming - Frequency and contingency tables #rprogramming

preview_player
Показать описание
Statistics using R programming. 2. Frequency and contingency tables with R programming

A frequency table lists a set of values and how often each one appears. Frequency is the number of times a specific data value occurs in your dataset. These tables help you understand which data values are common and which are rare.
A contingency table, sometimes called a two-way frequency table, is a tabular mechanism with at least two rows and two columns used in statistics to present categorical data in terms of frequency counts.
R provides several methods for creating frequency and contingency tables, one-way, two-way or more.

#statistics
#rprogramming
#rstats
#frequency
#rstudio
#contingency
#table
#rdatacode
Рекомендации по теме
Комментарии
Автор

I want to produce a mass amount of contigency tables in one excel workbook, so far I found the xltabr which also supports styling the table but it is outdated, do you know other ways we can export all of contigency tables to a single excel workbook file

sherip