Learn R Programming

demic (version 2.0.0)

est_ptr_on_all: Estimates PTRs based on the whole input dataset

Description

Estimates PTRs based on the whole input dataset

Usage

est_ptr_on_all(X)

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

Arguments

X

cov3 dataframe

Examples

Run this code
est_ptrs_001 <- est_ptr_on_all(max_bin_003)
est_ptrs_001

Run the code above in your browser using DataLab