Switch to unified view

a b/partyMod/man/fit-methods.Rd
1
\name{Fit Methods}
2
\docType{methods}
3
\alias{fit-methods}
4
\alias{fit,StatModel,LearningSample-method}
5
\title{ Fit `StatModel' Objects to Data }
6
\description{
7
8
    Fit a `StatModel' model to objects of class `LearningSample'.
9
10
}
11
\section{Methods}{
12
  \describe{
13
    \item{fit}{\code{signature(model = "StatModel", data = "LearningSample")}:
14
               fit \code{model} to \code{data}.}
15
  }
16
}
17
\keyword{methods}