dosepred: The prediction function for the personalized direct learning...

View source: R/RcppExports.R

dosepredR Documentation

The prediction function for the personalized direct learning dose model

Description

Predict the fitted dose from the direct learning dose model

Usage

dosepred(B, X, X_test, bw, W)

Arguments

B

A matrix of the parameters B, the columns are subject to the orthogonality constraint

X

The covariate matrix

X_test

The test covariate matrix

bw

A Kernel bandwidth, assuming each variable have unit variance

w

The kernel ridge regression coefficient

Value

The predicted dose


orthoDr documentation built on April 30, 2023, 5:12 p.m.