expandDataFrame function

Expand summary table of patterns and frequencies

Expand summary table of patterns and frequencies

Expand a summary table of unique response patterns to a full sized data-set.

expandDataFrame(tabdata, freqName = NULL)

Arguments

  • tabdata: An object of class data.frame with the unique response patterns and the number of frequencies
  • freqName: Column name containing the frequencies

Returns

Returns a data frame with all the response patterns

Examples

data(LSAT7) expandDataFrame(LSAT7, freqName="freq")

Author(s)

Based on code by Phil Chalmers rphilip.chalmers@gmail.com