Abschlussnote(wikibooks)
Abschlussnote()所属R语言包:wikibooks
Calculation of a fictive graduation mark
计算一个虚构的刻度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates a fictive graduation mark, wich is set together by three grades. This is used in the Wikibook-Section "Programmierbeispiele"
此函数计算,这是一个虚构的刻度设置三个等级。这用于在维基节“Programmierbeispiele”
用法----------Usage----------
Abschlussnote(x, y, z)
参数----------Arguments----------
参数:x
The first grade
一年级
参数:y
The second grade
第二级
参数:z
The third grade
第三级
(作者)----------Author(s)----------
Joerg Schlarmann
参考文献----------References----------
http://de.wikibooks.org/wiki/GNU_R:_Programmierbeispiele
实例----------Examples----------
#Your three grades are 1.3, 1.7, 2.8[你的三个档次分别为1.3,1.7,2.8]
Abschlussnote(1.3, 1.7, 2.8)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|