diff_diff(wasim)
diff_diff()所属R语言包:wasim
Count time steps with wrong direction in dynamics
错误的方向,在动态计数时间步骤
译者:生物统计家园网 机器人LoveR
描述----------Description----------
diff_diff counts the time steps for two time series during which the first shows an increase and the second shows a decrease.
diff_diff计算两个时间序列的时间步长,在此期间,第一个显示的增加,而第二个显示减少。
用法----------Usage----------
diff_diff(x, y)
参数----------Arguments----------
参数:x
Modelled time series or array with dimension c(number_series, dim(y))
仿照时间序列或数组与尺寸c(number_series, dim(y))
参数:y
Measured time series
测得的时间序列
值----------Value----------
The count
该计数
(作者)----------Author(s)----------
Dominik Reusser
实例----------Examples----------
data(models_dawson,package="wasim")
diff_diff(models_dawson[,1],models_dawson[,2])
do.call(rbind,lapply(models_dawson, FUN =diff_diff, y=models_dawson[,1]))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|