predict_u | R Documentation |
Estimate the latent variable u
.
predict_u(
lambda,
w,
type = "b",
splines_control = splines.control(),
method = "map"
)
lambda |
vector spline coefficients ( |
w |
uniform(0,1) |
type |
specify spline basis, either |
splines_control |
control (see |
method |
method to estimate the latent variable, either |
Estimates for u
, return a vector if method="map"
and a matrix if method="blup"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.