View source: R/trainingfunctions.R
NhatPrime | R Documentation |
Compute the N-hat value, which is the derivative of the numerator value of the composite prediction for a sample k, a subgraph lambda, and a meta-feature metric gamma.
NhatPrime(Aind, Aout, M, Beta0, Beta1, BetaC, C)
Aind |
The matrix containing the values of the independent analyte type. |
Aout |
The matrix containing the values of the outcome analyte type. |
M |
The meta-feature values. |
Beta0 |
The intercept coefficients. |
Beta1 |
The analyte coefficients. |
BetaC |
The covariate coefficients. |
C |
The covariates for the predictors of interest. If no covariates, this value should be NA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.