- 阅读权限
- 255
- 威望
- 0 级
- 论坛币
- 18999 个
- 通用积分
- 1029.7754
- 学术水平
- 146 点
- 热心指数
- 166 点
- 信用等级
- 135 点
- 经验
- 36357 点
- 帖子
- 541
- 精华
- 0
- 在线时间
- 887 小时
- 注册时间
- 2015-9-25
- 最后登录
- 2025-12-4
|
- trellis.device(windows, height=10, width=7)
- print(
-
- xyplot(vname~round(sdiff.pooled/100,2),data=d,groups=gr,xlim=c(-.6,.6),
- panel = bplot
- ,par.settings = list(superpose.symbol = list(pch = c(15,19,17,18,15,1)[6:1],col=mypal,cex=0.85))
- ,xlab=list("standardized difference in means",cex=0.8),
- ylab="",auto.key = list(cex = 0.5,space='right'),
- #par.settings = list(left.padding=5),
- scales=list(y=list(cex=0.5),
- x=list(cex=0.8,at=c(-.5,-.1,0,.1,.5),
- labels=c("-.5","-.1","0",".1",".5")))
- ),
- panel.height=list(x=5, units="in")
- )
复制代码
|
-
总评分: 论坛币 + 5
查看全部评分
|