inst/tests/plot.summaryM.plotly.r

require(Hmisc)

getHdata(pbc)
pbc <- upData(pbc, moveUnits = TRUE)
s <- summaryM(bili + albumin + alk.phos + copper + spiders + sex ~ drug, data=pbc, test=TRUE)

s
html(s)
options(grType='plotly')
a <- plot(s)
a$Categorical
a$Continuous
plot(s, which='con', nrows=2)

Try the Hmisc package in your browser

Any scripts or data that you put into this service are public.

Hmisc documentation built on Sept. 12, 2023, 5:06 p.m.