G***G 发帖数: 16778 | 1 two time series vectors
timepoints=c(1,2,3,4,5) hours
tv1 =c(1,3,5,8,9)
tv2=c(2,5,7,10,13)
How to calculate the signification of difference between the two vectors?
in addition to t test, what else method is good for this kind of question?
note: the order of the vector is very critical.
if not considering the sequence of elements in the vector, t-test would be
fine.
But we need to consider the sequence of elements in the vector. | t****a 发帖数: 1212 | 2 楼主,你能具体定义什么叫做signification of difference么,你想回答的究竟是什
么问题? | a*****x 发帖数: 901 | |
|