View source: R/collectedfunctions.R
ind.tab | R Documentation |
Listing of individual data and descriptive stats
ind.tab(
data = d,
id = "animal",
by = c("antibody_name", "dose_mpk"),
horiz = "time_point",
var.list = "conc",
round = "sifig",
dec = 3,
heading = 1,
stat.eq = NULL,
stat.list = NULL
)
data |
datset or data frame (ex:data=PKdatat) |
id |
unique identifier |
by |
Stratification variable (ex: by="study") |
dec |
round decimal or number of significant figures |
variables |
Specify sorting variable to be displayed vertically. (ex: colby=by or colby="var") |
rtype |
rounding type. (sigfig by default) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.