NhatPrime: Compute the N-hat value, which is the derivative of the...

View source: R/trainingfunctions.R

NhatPrimeR 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.

Description

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.

Usage

NhatPrime(Aind, Aout, M, Beta0, Beta1, BetaC, C)

Arguments

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.


ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.