blob: 78ece0ad80f3b176bbfaa9ed899b62ec5bdeb1be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
\name{print.nafta}
\alias{print.nafta}
\title{
Print nafta objects
}
\description{
Print nafta objects. The results for the three models
are printed in the order of increasing model complexity,
i.e. SFO, then IORE, and finally DFOP.
}
\usage{
\method{print}{nafta}(x, quiet = TRUE, ...)
}
\arguments{
\item{x}{
An \code{\link{nafta}} object.
}
\item{quiet}{
Should the evaluation text be shown?
}
\item{\dots}{
Not used.
}
}
|