Learn R Programming

bisoreg (version 1.5)

fitted.biso: Compute fitted values for a biso object

Description

Computes pointwise posterior medians of the fitted Bernstein regression function

Usage


# S3 method for biso
fitted(object, xnew, …)

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
# NOT RUN {
## See examples for bisoreg
# }

Run the code above in your browser using DataLab