plot_Blend: plot a Blend object

View source: R/plot_Blend.R

plot_BlendR Documentation

plot a Blend object

Description

plot the identified varying effects

Usage

plot_Blend(x, sparse, prob=0.95)

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

Value

plot

See Also

Blend

Examples

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


Blend documentation built on April 3, 2025, 10:36 p.m.