View source: R/trainingfunctions.R
Nhat | R Documentation |
Compute the N-hat value, which is the numerator value of the composite prediction for a sample k and a subgraph lambda.
Nhat(Aind, Aout, phi, 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. |
phi |
The weights of the meta-features. |
M |
The meta-features. |
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.