You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
438 B

% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/class.model.R
\name{model}
\alias{model}
\title{Model}
\usage{
model(name, expression, formula, guess)
}
\arguments{
\item{name}{The name of the model}
\item{expression}{Expression of the model}
\item{formula}{The formula of this model}
\item{guess}{The guess of this model}
}
\value{
The new model
}
\description{
Function to create a new model
}