Description Usage Arguments Value
View source: R/polynomial-basis-converter.R
Generate functions to convert regression coefficients between a given polynomial basis (e.g. discrete orthonormal) and standard (monomial) polynomial bases.
1 | gen_poly_basis_converters(poly_basis)
|
poly_basis |
polylist defining the (non-monomial) basis to convert from. |
list of length 2 with functions having names 'to_mono' (conversion to monomial basis) and 'to_ortho' (conversion to orthonormal basis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.