est_ptr_on_all: Estimates PTRs based on the whole input dataset

View source: R/pipelines.R

est_ptr_on_allR Documentation

Estimates PTRs based on the whole input dataset

Description

Estimates PTRs based on the whole input dataset

Usage

est_ptr_on_all(X)

Arguments

X

cov3 dataframe

Value

est_ptrs dataframe on success, null otherwise

  • est_ptr: estimated PTR values

  • coefficient: coefficient of linear regression

  • pValue: p-value of linear regression

  • cor: correlation coefficient

  • correctY: corrected coverage

Examples

est_ptrs_001 <- est_ptr_on_all(max_bin_003)
est_ptrs_001


demic documentation built on May 29, 2024, 10:05 a.m.