basis_of_degree | R Documentation |
Find the full list of basis functions up to a particular degree
basis_of_degree(
x,
degree,
smoothness_orders,
include_zero_order,
include_lower_order
)
x |
An input |
degree |
The highest order of interaction terms for which the basis
functions ought to be generated. The default ( |
smoothness_orders |
An integer vector of length |
include_zero_order |
A |
include_lower_order |
A |
A list
containing basis functions and cutoffs generated from
a set of input columns up to a particular pre-specified degree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.