https://github.com/cran/coin
Revision d7f8f2c403437c864e17f92c46e0f4996ac54e7e authored by Torsten Hothorn on 17 November 2005, 00:00:00 UTC, committed by Gabor Csardi on 17 November 2005, 00:00:00 UTC
1 parent 5bae2c9
Raw File
Tip revision: d7f8f2c403437c864e17f92c46e0f4996ac54e7e authored by Torsten Hothorn on 17 November 2005, 00:00:00 UTC
version 0.3-6
Tip revision: d7f8f2c
IndependenceProblem-class.Rd
\name{IndependenceProblem-class}
\docType{class}
\alias{IndependenceProblem-class}
\alias{coerce,IndependenceTestProblem,IndependenceProblem-method}
\alias{coerce<-,IndependenceTestProblem,IndependenceProblem-method}
\alias{initialize,IndependenceProblem-method}

\title{Class "IndependenceProblem" }
\description{  The main class for data handling. }
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("IndependenceProblem", x, y, block, weights)}.
}
\section{Slots}{
  \describe{
    \item{\code{x}:}{Object of class \code{"data.frame"}.}
    \item{\code{y}:}{Object of class \code{"data.frame"}.}
    \item{\code{weights}:}{Object of class \code{"numeric"}, however, 
      integer values greater or equal zero are expected (and checked).}
    \item{\code{block}:}{Object of class \code{"factor"}.}
  }
}
\section{Methods}{
  \describe{
    \item{initialize}{\code{signature(.Object = "IndependenceProblem")}: ... }
  }
}
\keyword{classes}
back to top