View source: R/HelperFunctions.R
take_derivative | R Documentation |
Computes first or second derivatives of polynomial terms in a design matrix with respect to a specified variable. Handles polynomial terms up to fourth degree.
take_derivative(dat, var, second = FALSE, scale)
dat |
Numeric matrix; design matrix containing polynomial basis expansions |
var |
Character; column name of variable to differentiate with respect to |
second |
Logical; if TRUE compute second derivative, if FALSE compute first derivative (default FALSE) |
scale |
Numeric; scaling factor for normalization |
Numeric matrix containing derivatives of polynomial terms, with same dimensions as input matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.