diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-08 08:46:57 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-08 08:46:57 +0100 |
commit | 56415f3c0638725aaa77db2c02eeaf9d4983452b (patch) | |
tree | fa935e34c86b6be05b7e4384fb84323681f5d485 /man/summary.mkinfit.Rd | |
parent | 7186006740aca909660e42dce8d92eb4735af533 (diff) |
Show DFOP g equivalent of SFORB in summary, test
Diffstat (limited to 'man/summary.mkinfit.Rd')
-rw-r--r-- | man/summary.mkinfit.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/summary.mkinfit.Rd b/man/summary.mkinfit.Rd index b6c1fb87..e315b7ab 100644 --- a/man/summary.mkinfit.Rd +++ b/man/summary.mkinfit.Rd @@ -10,7 +10,7 @@ \method{print}{summary.mkinfit}(x, digits = max(3, getOption("digits") - 3), ...) } \arguments{ -\item{object}{an object of class \code{\link{mkinfit}}.} +\item{object}{an object of class \link{mkinfit}.} \item{data}{logical, indicating whether the data should be included in the summary.} @@ -48,7 +48,8 @@ parameters, for use as starting parameters for related models.} \item{ff}{The estimated formation fractions derived from the fitted model.} \item{distimes}{The DT50 and DT90 values for each observed variable.} -\item{SFORB}{If applicable, eigenvalues of SFORB components of the model.} +\item{SFORB}{If applicable, eigenvalues and fractional eigenvector component +g of SFORB systems in the model.} The print method is called for its side effect, i.e. printing the summary. } \description{ |