lh_cat_box: General Boxplots

lh_cat_boxR Documentation

General Boxplots

Description

General Boxplots

Usage

lh_cat_box(
  data,
  lst.eta = c("ETA1"),
  lst.cov = c("SEX", "RACE"),
  save.path = NULL,
  fancy = "yes",
  hline = F,
  laby = "Individual Random Effect",
  labx = "",
  txt.angle = 45
)

Arguments

data

Data frame, merged ETA and COVAR data

lst.eta

List of ETA names

lst.cov

List of covariate names. Plots are generated in loop if more than one covariate

Examples

p1<-lh_cat_box(data=cateta,lst.eta=keta,lst.cov=cat,save.path=NULL)
p2<-lh_gof()

leonpheng/lhplot documentation built on April 13, 2025, 1:48 p.m.