https://github.com/cran/coin
Raw File
Tip revision: 1235ce50b4dd6bbee5bc3759201c8486fd11797c authored by Torsten Hothorn on 14 April 2005, 00:00:00 UTC
version 0.2-10
Tip revision: 1235ce5
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