powered by
Function to print the PP GaSP model after the PP GaSP model has been constructed.
# S4 method for ppgasp show(object)
an object of class ppgasp.
ppgasp
tools:::Rd_package_author("RobustGaSP")
Maintainer: tools:::Rd_package_maintainer("RobustGaSP")
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)
Run the code above in your browser using DataLab