BSkyFactorVariableAnalysis: Factor Variable Analysis, top N

View source: R/BSkyFactorVariableAnalysis.R

BSkyFactorVariableAnalysisR Documentation

Factor Variable Analysis, top N

Description

Displays the counts of every level of each factor variable.

Usage

BSkyFactorVariableAnalysis(
  data = NULL,
  vars = NULL,
  show.only.top.factors = TRUE,
  max.number.top.factors = 30
)

Arguments

data

The dataset name

vars

The factor variables to display level counts

show.only.top.factors

A boolean determining whether counts of only top levels or all levels should be displayed.

max.number.top.factors

if show.only.top.factors = TRUE , specifies the number of levels to display counts for

Value

Factor variable analysis


BlueSkyStatistics/BlueSky documentation built on Jan. 29, 2025, 4:15 p.m.