names.gp {spectralGP} | R Documentation |
Gives the names of the elements of the GP object.
names.gp(x,...)
x |
Spectral GP object. |
... |
Other arguments. |
A vector of strings of the names of the elements of the GP object.
Christopher Paciorek paciorek@alumni.cmu.edu
For technical details, see Paciorek & Ryan (2005). Accounting for space in nonparametric logistic regression: A Bayesian spectral basis model outperforms other methods.
library(spectralGP) gp1=gp(128,matern.specdens,c(1,4)) print(names(gp1)) add.blocks(gp1) print(names(gp1))