在 vtable 的 st() 中添加中位数
Add median in st() of vtable
如何在 vtable
包的 st()
函数中添加中位数统计数据?
library(vtable)
st(iris)
试试这个(中位数将在标题 Pctl. 50 下)
当您检查 ?st
时,默认参数设置为 false
st(iris, add.median = TRUE)
如何在 vtable
包的 st()
函数中添加中位数统计数据?
library(vtable)
st(iris)
试试这个(中位数将在标题 Pctl. 50 下)
当您检查 ?st
st(iris, add.median = TRUE)