Learn R Programming

outerbase (version 0.1.0)

obpred: Prediction from outerbase

Description

This function allows for turning an obmodel into predictions with mean and variance.

Usage

obpred(obmodel, x)

Arguments

obmodel

output from obfit

x

a new m by d sized matrix of inputs

Value

A list with mean and var at new x

See Also

obfit