summary.NSconvo {convoSPAT} | R Documentation |
Summarize the nonstationary model fit.
Description
summary.NSconvo
prints relevant output from the model fitting
procedure.
Usage
## S3 method for class 'NSconvo'
summary(object, ...)
Arguments
object |
A "NSconvo" object, from |
... |
additional arguments affecting the summary produced. |
Value
Text containing the model fitting results.
Examples
## Not run:
summary.NSconvo( NSconvo.object )
## End(Not run)
[Package convoSPAT version 1.2.7 Index]