STmodel
objectprint
method for class STmodel
.
# S3 method for STmodel
print(x, type = x$locations$type, ...)
STmodel
object to print information for.
Factorial of length(x$locations$ID)
, if not NULL
the output also presents summaries of number of sites and observations
as well as time periods per type of site.
Ignored additional arguments.
Nothing
Other STmodel methods: MCMC.STmodel
,
c.STmodel
, createSTmodel
,
estimate.STmodel
,
estimateCV.STmodel
,
plot.STdata
, predict.STmodel
,
print.summary.STmodel
,
qqnorm.predCVSTmodel
,
scatterPlot.predCVSTmodel
,
simulate.STmodel
,
summary.STmodel
# NOT RUN {
##load some data
data(mesa.model)
##print basic information regarding obs, locations, dates, etc
print(mesa.model)
# }
Run the code above in your browser using DataLab