This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bar plot in R

I performed an experiment ten times with six replications for each experiment

Can you help me identify the appropriate statistical analysis for creating a bar plot with 95% confidence?

r barplot

1 answer

Actually, you don't need to consider which statistical method should you use . just using ggplot2 and stat_summary in it will be a good idea.

Log in to answer this question.