Need help with statistics: Quartiles and Median
1
0
Entering edit mode
8.2 years ago

Hello everybody,

I need some help with statistical anaylsis of biological properties. Assume, that for some biological properties A, B, C and D, we have their occurrence given as m/n-ratios. We have these data for three example species S1 to S3 in a table like shown below (My real data set contains 14 properties for over 100 species):

    A    B    C     D
S1  0.7  0.3  0.25  NA
S2  NA   0.4  0.1   0.6
D3  0.3  NA   NA    0.3

As seen above, in some cases no data is available (denoted as NA), so my question now is how to define the quartiles Q1 and Q3 and the Median Q2 for a certain property? Can somebody explain to me how to handle this for property A? Unfortunately I never encountered this case with non-available data.

Best regards

quartile median statistics • 1.5k views
ADD COMMENT
3
Entering edit mode
8.2 years ago
Ram 43k

When you calculate statistics, just use the rm.na=TRUE option (that's in R - there should be equivalent options in other tools). These data points are to be excluded in your analysis anyway.

ADD COMMENT
0
Entering edit mode

I actually use R, but im still new to it. If is understand correctly, rm.na=TRUE filters out the NA and only uses the remaining data points for the calculation of quartiles and median?

ADD REPLY
0
Entering edit mode

Yes, that is correct. The option is available in a lot of functions and is quite useful.

ADD REPLY
0
Entering edit mode

Thank you very much, that was very helpful

ADD REPLY

Login before adding your answer.

Traffic: 3070 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6