show.ppgasp {RobustGaSP} | R Documentation |
Function to print the PP GaSP model after the PP GaSP model has been constructed.
## S4 method for signature 'ppgasp'
show(object)
object |
an object of class |
Mengyang Gu [aut, cre], Jesus Palomo [aut], James Berger [aut]
Maintainer: Mengyang Gu <mengyang@pstat.ucsb.edu>
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)