How to get out significance from a matrix with 4 time points, control and sample(triplicates), and change numbers in the matrix where the triplicates contains zeroes which should be numbers or just use zeroes?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I have a problem where I have a matrix where I have for time points for control and sample. For each time point I have triplicates and need help how to, in a easy way, just use two of the triplicates when there are two zeroes in a triplicate when calculating the significance between the control vs sample.
e.g.
control: time point1: 0 0 21.21299977
time point2: 0 0 23.7838671
sample: time point1: 24.63914858 23.63887248 24.44113774
time point2: 23.59605141 22.74691856 NA
So just want to use the two zeroes in the controls
2 commentaires
the cyclist
le 7 Sep 2014
In addition to describing this in words, can you actually create MATLAB arrays that indicate the input you have and the output you expect? "Just want to use the two zeroes" doesn't make clear to me what you want for output.
Jon
le 9 Sep 2014
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!