摘要: 001、问题 root@PC1:/home/software# bash TASSEL_5_unix.sh Starting Installer ... Gtk-Message: 14:04:38.467: Failed to load module "canberra-gtk-module" 00 阅读全文
posted @ 2022-07-26 14:08 小鲨鱼2018 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 001、 2 * pt(-abs(0.6751), df = 287, lower.tail= T) ## T值为0.6751, 自由度为287 2 * pt(-abs(0.6751), df = 287, lower.tail= F) 阅读全文
posted @ 2022-07-26 00:47 小鲨鱼2018 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: 001、 pchisq(0.971, 1, lower.tail = F) ## 卡方值为0.971,自由度1,计算P值 pchisq(0.971, 1, lower.tail = T) 阅读全文
posted @ 2022-07-26 00:31 小鲨鱼2018 阅读(1663) 评论(0) 推荐(0) 编辑