show.ppgasp {RobustGaSP} | R Documentation |
Show parllel partial Gaussian stochastic process (PP GaSP) object
Description
Function to print the PP GaSP model after the PP GaSP model has been constructed.
Usage
## S4 method for signature 'ppgasp'
show(object)
Arguments
object |
an object of class |
Author(s)
Mengyang Gu [aut, cre], Jesus Palomo [aut], James Berger [aut]
Maintainer: Mengyang Gu <mengyang@pstat.ucsb.edu>
Examples
library(RobustGaSP)
###PP GaSP model for the humanity model
data(humanity_model)
##pp gasp
m.ppgasp=ppgasp(design=humanity.X,response=humanity.Y,nugget.est= TRUE)
show(m.ppgasp)
[Package RobustGaSP version 0.6.6 Index]