get_legendre_par | R Documentation |
use legendre polynomials to fit a given data
get_legendre_par(y, legendre_order, x)
y |
vector equal to the y observed data(in this case generic effect) |
legendre_order |
scalar of legendre polynomials |
x |
vector equal to the x value for legendre polynomials(in this case times) |
the polynomials coefficients
get_legendre_par(14:1,4,1:14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.