If I have the mean and standard error from the mean (SE) for a particular set of numbers, how would I go about combining the two values into one dataframe? For example, I have the variable mean_boeing (for the average) and stde_boeing (for the error from the mean) and I want to combine these two into one dataframe. Ultimately, I will be doing this for several other variables, combining them all into one big dataframe so that I can graph them in ggplot.
Thanks