Skip to content
#

estimation

Here are 269 public repositories matching this topic...

JonatanFernandez
JonatanFernandez commented Jul 21, 2019

Hello!

I've been trying to add error bars to the individual points (for technical replicates in an experiment). It seems the plot function generates a ggplot2 object but it's not mantaining the original variable names maybe?

require(dabestr)
require(dplyr)
require(ggplot2)

GroupCtrl = rnorm(n = 5, mean = 5000000, sd = 500000)
GroupTest = rnorm(n = 5, mean = 4500000, sd = 450000)

Improve this page

Add a description, image, and links to the estimation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the estimation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.