powered by
## S3 method for class 'gp': print(x, ...)
gp
print
x
summary.gp
summary.gp for more description of the output
x = -5:5; y1 = sin(x) + rnorm(length(x),sd=.1) fit1 = mlegp(x, y1) print(fit1)
Run the code above in your browser using DataLab