indiv.tab: Individual table with descriptive statse

Description Usage Arguments Examples

View source: R/collectedfunctions.R

Description

Listing of individual data and descriptove stats

Usage

1
indiv.tab(data, id, by, variables, rtype = "sigfig", dec = 3)

Arguments

data

datset or data frame (ex:data=PKdatat)

id

unique identifier

by

Stratification variable (ex: by="study")

variables

Specify sorting variable to be displayed vertically. (ex: colby=by or colby="var")

rtype

rounding type. (sigfig by default)

dec

round decimal or number of significant figures

Examples

1
ind.tab(data=dat,id="NMID",by=c("study"))

leonpheng/lhtool documentation built on Dec. 16, 2019, 3:52 a.m.