Click or drag to resize

Factor Constructor

Overload List
 NameDescription
Public methodCode exampleFactor(Object) Constructs a Factor instance from the given array of objects.
Public methodFactor(Object, Int32) Constructs a Factor instance from the given array of factor levels, and the given data array consisting of indices into the factor levels.
Public methodCode exampleFactor(Object, Object) Constructs a Factor instance from the given array of objects, using the given factor levels.
Public methodCode exampleFactor(Object, String) Constructs a Factor instance from the given array of objects.
Public methodFactor(Object, Int32, String) Constructs a Factor instance with the specified name from the given array of factor levels, and the given data array consisting of indices into the factor levels.
Public methodCode exampleFactor(Object, Object, String) Constructs a Factor instance from the given array of objects, using the given factor levels.
Top
See Also