Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
stata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jian Li
stata
Commits
5b8599e0
Commit
5b8599e0
authored
3 years ago
by
Jian Li
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9d3fb496
No related branches found
Branches containing commit
Tags
0.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
5b8599e0
...
...
@@ -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`
进行降序排列。
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment