IndependenceTestProblem-class {coin}R Documentation

Class "IndependenceTestProblem"

Description

Representing an independence problem

Objects from the Class

Objects can be created by calls of the form new("IndependenceTestProblem", ip, xtrafo, ytrafo, ...).

Slots

xtrans:
transformed x values
ytrans:
transformed y values
xtrafo:
function to transform x values with
ytrafo:
function to transform y values with
x:
x values, an object of class "data.frame"
y:
y values, an object of class "data.frame"
weights:
numeric vector of weights
block:
factor representing blocks

Extends

Class "IndependenceProblem", directly.

Methods

initialize
signature(.Object = "IndependenceTestProblem"): ...

[Package coin version 1.0-3 Index]