Hi. I am relatively new to this software and I was hoping someone can help. I am trying to produce an error bar using R. My data is as follows:
[mean] [[standard deviation]]
pH-max (day 1) [7.33] [[0.12]]
pH-max...
hi eveyone,
i'm trying to make some errors bars on my barplots.
So I use a way that I know but it is not working for a wilcoxon test, only for a t.test and I don't understand why?
here is my script:
> df1 <- data.frame(KO, WT)
> df1
duree5N duree5N.1
6 0.041198999 0.005963933...
Hello all, I'm struggling to understand/interpret my graph and kruskal wallis test.
Basically, I've created a bar graph which looks pretty good. There are 5 bars, each with error bars, and none of the error bars overlap. All of my 5 groups look significantly different. HOWEVER, when I do a...
Folks,
Short version: What is the best and most proper way for displaying error bars on exponentially distributed data?
Long version: I have some data (biological, though that's not important) that we bin to produce a histogram. Within any given bin the data are exponentially distributed -...
Lets say we have two processes and we want to know which has a higher success rate. So we do two sets of trials. process 1 gives 53 out of 606 and process 2 gives 32 out of 595. So
p1 is 0.0538 with a 95% CL of [0.0371,0.0751]
p2 is 0.0875 with a 95% CL of [0.0662,0.1128]
It would seem that p2...
Hi I'm hoping that one of you may be able to help. I'm currently trying to present some qPCR data (for those not familiar with this it measures the number of PCR cycles it takes for your target to be detected known as the ct value). PCR reactions are exponential so I've the been able to...
I have the following experimental design :
Sampling is carried out on three random sites (Factor Site is coded : Site1, Site2, Site3).
Within each site, sampling is carried out in a dry plot and in a wet plot (Factor Hydrology is coded : Dry/Wet)
Within each of the previous plot, sampling is...
I am using SigmaPlot to show a multiple line and scatter plot for 4 different experimental conditions. I want to display inter-quartile ranges as error bars, however when doing this the error bars for each line overlap therefore making it difficult to read.
Does anyone know how to stagger or...