Learn R Programming

Blend (version 0.1.0)

plot_Blend: plot a Blend object

Description

plot the identified varying effects

Usage

plot_Blend(x, sparse, prob=0.95)

Value

plot

Arguments

x

Blend object.

sparse

sparsity.

prob

probability for credible interval, between 0 and 1. e.g. prob=0.95 leads to 95% credible interval

See Also

Blend

Examples

Run this code
data(dat)
fit = Blend(y,x,t,J,kn,degree)
plot_Blend(fit,sparse=TRUE)

Run the code above in your browser using DataLab