Learn R Programming

PKreport (version 1.5)

PKnum: Output numerical value

Description

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

Usage

PKnum(exp.data)

Arguments

exp.data
a data frame or matrix selected from lst file.

Details

Please see vignettes for details.

Examples

Run this code
# exp.data <- non.select(myclass, c(50:56))
# options(scipen=100)
# PKnum(exp.data)
# options(scipen=-100)
# PKnum(exp.data)

Run the code above in your browser using DataLab