infor_table: Information table.

Description Usage Arguments Value

View source: R/infor_table.R

Description

infor_table returns information table of estimated coefficients/hazard ratio, confidence interval and P value.

Usage

1
infor_table(x, snp, covar_n, MAF_value, model)

Arguments

x

An output from continuous/binary/survival model.

snp

Single SNP name.

covar_n

Covariate names.

MAF_value

A minimum value of minor allele frequency.

model

Model type.

Value

Information table. If linear or binary model is chosen, it returns estimated coefficients, confidence interval and P value. If survival model is chosen, it returns hazard ratio, confidence interval and P value.


xlink documentation built on Aug. 21, 2019, 1:05 a.m.