augmented_est: Main augmented estimate function for extendAUG

Description Usage Arguments Value

View source: R/aug_function.R

Description

Main augmented estimate function for extendAUG

Usage

1
augmented_est(m, x, s, y, val_x, val_s, val_y)

Arguments

m

size of validation set (i.e., 100, 200, 400, & 800)

x

n*i matrix (predictors with dim n: size of full data times i: num of predictors)

s

surrogate phenotypes

y

true phenotypes (with NA)

val_x

value of x

val_s

value of s

val_y

value of y

Value

estimates, variance, and ci of three models (M1 valid, M2 native & M4 augment)


ziwang89/extendAUG documentation built on Dec. 23, 2021, 10:10 p.m.