Skip to content
#

estimation

Here are 225 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)
Engineero
Engineero commented Apr 30, 2019

Currently there is an example of doing orbit determination in the examples folder (testodet.py) showing how this is done with the current setup. Basically the method provided by the package takes config file and data file contents as a string and passes that data to Java classes. This is kind of an awkward implementation from a Python standpoint. I suggest modifying the API to accept config/da

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.