Skip to content
Snippets Groups Projects
Commit 5b8599e0 authored by Jian Li's avatar Jian Li
Browse files

Update README.md

parent 9d3fb496
No related branches found
Tags 0.1
No related merge requests found
......@@ -14,7 +14,7 @@ net from "https://git.nju.edu.cn/macrostone/stata/-/raw/main/stdscore/"
不同组的评分可能出现系统性偏差。 Stata命令`stdscore`对同一组的论文评分进行标准化处理。
设组内均值为m(对应Excel公式`AVERAGE`),组内标准差为sd(对应Excel公式`STDEV.S`)。如添加选项`sdpopulation`,则组内标准差sd使用总体标准差(对应Excel公式`STDEV.P`)。对于专家k, 论文n,标准化专家评分$std_{kn}$为:
$$标准化专家评分 std_{kn}=(原始评分_{kn}-m_{k})/sd_{k}$$
标准化专家评分 $std_{kn}=(原始评分_{kn}-m_{k})/sd_{k}$
对一篇论文的所有专家的$std_{kn}$计算算术平均值(对$k$求均值),得到该论文的排序标准分`stdscore`。依据`stdscore`进行降序排列。
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment