PKnum: Output numerical value

Description Usage Arguments Details Author(s) Examples

View source: R/PKadjust.R

Description

This function is to convert data frame or matrix (the output from non.select) to number.

Usage

1
PKnum(exp.data)

Arguments

exp.data

a data frame or matrix selected from lst file.

Details

Please see vignettes for details.

Author(s)

Xiaoyong Sun

Examples

1
2
3
4
5
# exp.data <- non.select(myclass, c(50:56))
# options(scipen=100)
# PKnum(exp.data)
# options(scipen=-100)
# PKnum(exp.data)

PKreport documentation built on May 2, 2019, 10:15 a.m.