https://github.com/cran/coin
Raw File
Tip revision: 0289f99ccfd46ac2cc6252345c78725044a9f199 authored by Torsten Hothorn on 04 October 2011, 00:00:00 UTC
version 1.0-20
Tip revision: 0289f99
SymmetryProblem-class.Rd
\name{SymmetryProblem-class}
\docType{class}
\alias{SymmetryProblem-class}
\alias{initialize,SymmetryProblem-method}

\title{Class "SymmetryProblem" }
\description{  The main class for data handling for symmetry problems. }
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("SymmetryProblem", 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{Extends}{
Class \code{"IndependenceProblem"}, directly.
}
\section{Methods}{
  \describe{
    \item{initialize}{\code{signature(.Object = "SymmetryProblem")}: ... }
  }
}
\keyword{classes}
back to top