Revision d4ea5a337c90922cc1fb43509435b73455b80901 authored by Torsten Hothorn on 17 August 2005, 00:00:00 UTC, committed by Gabor Csardi on 17 August 2005, 00:00:00 UTC
1 parent 324e18e
Raw File
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