plot_Blend | R Documentation |
plot the identified varying effects
plot_Blend(x, sparse, prob=0.95)
x |
Blend object. |
sparse |
sparsity. |
prob |
probability for credible interval, between 0 and 1. e.g. prob=0.95 leads to 95% credible interval |
plot
Blend
data(dat)
fit = Blend(y,x,t,J,kn,degree)
plot_Blend(fit,sparse=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.