[fbf06f]: / partyMod / man / fit-methods.Rd

Download this file

18 lines (15 with data), 411 Bytes

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