| spline_values2 | R Documentation |
The function spline_values2() has been renamed to spline_values() as of
version 0.9.0. This was allowed following the removal of evaluate_smooth(),
which was the only function using spline_values(). So spline_values2()
has been renamed to spline_values().
spline_values2(
smooth,
data,
model,
unconditional,
overall_uncertainty = TRUE,
frequentist = FALSE
)
smooth |
currently an object that inherits from class |
data |
an optional data frame of values to evaluate |
model |
a fitted model; currently only |
unconditional |
logical; should confidence intervals include the
uncertainty due to smoothness selection? If |
overall_uncertainty |
logical; should the uncertainty in the model constant term be included in the standard error of the evaluate values of the smooth? |
frequentist |
logical; use the frequentist covariance matrix? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.