View source: R/RenouvMethods.R
summary.Renouv | R Documentation |
Summary method for "Renouv" objects representing 'Renouvellement' (POT) fitted models.
## S3 method for class 'Renouv'
print(x,
digits = max(3L, getOption("digits") - 3L),
...)
## S3 method for class 'Renouv'
summary(object,
correlation = FALSE,
symbolic.cor = FALSE,
...)
## S3 method for class 'summary.Renouv'
print(x,
coef = TRUE,
pred = TRUE,
probT = FALSE,
digits = max(3, getOption("digits") - 3),
symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...)
## S3 method for class 'summary.Renouv'
format(x,
...)
object |
An object with class |
x |
An object of class |
correlation |
Logical; if |
coef |
Logical. If |
pred |
Logical. If |
probT |
If |
digits |
the number of significant digits to use when printing. |
symbolic.cor |
logical. If |
signif.stars |
logical. If |
... |
Further arguments passed to or from other methods. |
print.summary.Renouv
tries to be smart about formatting the
coefficients, standard errors, return levels, etc.
format.summary.Renouv
returns as a limited content as a
character string. It does not embed coefficients values nor
predictions.
The function summary.RenOUV
computes and returns a list of
summary statistics concerning the object of class "Rendata"
given in object
. The returned list is an object with class
"summary.Renouv"
.
The function print.summary.Rendata
does not returns anything.
The model fitting function Renouv
(to build
"Renouv"
model objects), summary
.
## use Brest data
fit <- Renouv(Brest)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.