ind.tab: Individual table with descriptive statse

View source: R/collectedfunctions.R

ind.tabR Documentation

Individual table with descriptive statse

Description

Listing of individual data and descriptive stats

Usage

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
)

Arguments

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)


leonpheng/lhtool2 documentation built on April 13, 2025, 5:42 p.m.