Learn R Programming

bisoreg (version 1.0)

fitted.biso: Compute fitted values for a biso object

Description

Computes pointwise posterior medians of the fitted Bernstein regression function

Usage

## S3 method for class 'biso':
fitted(object, xnew, \dots)

Arguments

object
a biso object
xnew
values of x at which to compute posterior median of the fuction values. If missing, the orginal x vector is used.
...
not used

Value

  • A vector of posterior medians.

Details

None.

References

None.

See Also

bisoreg

Examples

Run this code
## See examples for bisoreg

Run the code above in your browser using DataLab