WeightedVariable.categorical-class: Class '"WeightedVariable.categorical"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

The WeightedVariable.categorical class is a formal representation of a weighted categorical variable.

Objects from the Class

Objects can be created by calls to the wvc methods.

Slots

variable:

Object of class "character"

weights:

Object of class "numeric"

infos:

Object of class "list"

Methods

print

signature(x = "WeightedVariable.categorical"): print a WeightedVariable.categorica object (S3 method)

show

signature(object = "WeightedVariable.categorical"): print a WeightedVariable.categorica object (S4 method)

Author(s)

Emmanuel Rousseaux

See Also

wvc, distribution.

Examples

1
2
3
4
data(iris)
a <- wvc(iris$Species)
a
class(a)

trim documentation built on May 2, 2019, 5:36 p.m.