摘要: One-way analysis of variance In statistics, one-way analysis of variance (abbreviated one-way ANOVA) is a technique used to compare means of three or 阅读全文
posted @ 2017-04-19 17:45 JoAnna_L 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 1、方差分析 方差分析的定义:方差分析(Analysis of Variance,简称ANOVA),又称“变异数分析”,是R.A.Fisher发明的,用于两个及两个以上样本均数差别的显著性检验。 由于各种因素的影响,研究所得的数据呈现波动状。造成波动的原因可分成两类,一是不可控的随机因素,另一是研究 阅读全文
posted @ 2017-04-19 17:20 JoAnna_L 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: Uses Among the most frequently used t-tests are: A one-sample location test of whether the mean of a population has a value specified in a null hypoth 阅读全文
posted @ 2017-04-19 17:17 JoAnna_L 阅读(348) 评论(0) 推荐(0) 编辑
摘要: class()##检查数据类型 str()##检查所有内容的格式结构 阅读全文
posted @ 2017-04-17 21:53 JoAnna_L 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 1、提取总结表格 2、提取单独参数估计结果 3、提取一组参数估计结果 4、 Comparing summaries and parameters across models 5、 Creating a group of models from an Mplus template file 阅读全文
posted @ 2017-04-17 16:50 JoAnna_L 阅读(917) 评论(0) 推荐(0) 编辑
摘要: 《别独自吃饭》,英文名是 don not eat alone 极简中国史 活着 阅读全文
posted @ 2017-04-15 17:19 JoAnna_L 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 本代码包含: 1、难度:通过率、鉴别指数 2、区分度:高低分组、相关 3、科伦巴赫信度 阅读全文
posted @ 2017-04-15 16:50 JoAnna_L 阅读(264) 评论(0) 推荐(1) 编辑
摘要: 本代码包含: 1、原始数据进行拆分(作文和普通题目分开分析) 2、选项分析、得分分布 3、清洗数据,去除缺失>5的被试 4、ABCD作答转换为[0,full] 5、缺失值替换 记录代码中用到的包和函数: 1、openxlsx包,可以直接打开xlsx格式的表格,可以在一个表内写入多个sheet,比cs 阅读全文
posted @ 2017-04-15 15:47 JoAnna_L 阅读(259) 评论(0) 推荐(0) 编辑