freqweights (version 1.0.1)

freqweights-package: Working with frequency tables

Description

The frequency of a particular data value is the number of times it occurs. A frequency table is a table of values with their corresponding frequencies. Frequency weights are integer numbers that indicate how many cases each case represents. This package provides some functions to work with such type of collected data.

Arguments

Details

ll{ Package: freqweights Type: Package Version: 0.1.0 Date: 2014-05-20 License: GPL 3.0 }

Examples

Run this code
tablefreq(iris)
lmfreq(Sepal.Length ~ Petal.Length, tablefreq(iris))
hclustvfreq(tablefreq(iris[,1:4]))

Run the code above in your browser using DataCamp Workspace