由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - HELP: Compute SD for a time variable in R
相关主题
新手问个R里vectorization的问题How to deal with single quotation mark?
[合集] 求问我是该继续computational bio还是转biostat?R xlsReadWrite package
[合集] 这里有没有谁面过Amazon?请教一个关于R的问题
求paper一篇(有包子)菜鸟接着请教sas base123题的112和50题里面的41题区别
sas coding help needed对统计初学者说几句
请教一个条件概率问题computing tips and tricks
问一道概率题[合集] 关于统计的方向
关于R的小问题有关conditional probability的问题
相关话题的讨论汇总
话题: sd话题: compute话题: variable话题: time话题: using
进入Statistics版参与讨论
1 (共1页)
i*****g
发帖数: 14
1
I am using Chron package to compute summary statistics for a time variable
with this format 01:34:24,
I submitted the follow scripts:
timemax<-max(x)
timemin<-min(x)
timesd<-sd(x)
timemean<-mean(x)
All the functions return the correct results except the standard deviation
one, I get a tiny number 0.011.
I searched online but could not find others’suggestions about using this
package for SD computation, did I do anything incorrectly?
Thanks.
1 (共1页)
进入Statistics版参与讨论
相关主题
有关conditional probability的问题sas coding help needed
compute AIC in Proc Logisitic and Proc Phreg请教一个条件概率问题
[SPSS达人乱入,包子贴]请问怎样用COMPUTE COMMAND来create summary scale 阿问一道概率题
A question about basic statistics, thanks.关于R的小问题
新手问个R里vectorization的问题How to deal with single quotation mark?
[合集] 求问我是该继续computational bio还是转biostat?R xlsReadWrite package
[合集] 这里有没有谁面过Amazon?请教一个关于R的问题
求paper一篇(有包子)菜鸟接着请教sas base123题的112和50题里面的41题区别
相关话题的讨论汇总
话题: sd话题: compute话题: variable话题: time话题: using