Thank you for your help. Unfortunately, I need just a bit more. This section's been giving me a few errors. I made a few changes and it seemed to go well but after saving and restarting, they're back.
standardError[val_] := StandardDeviation[val]/Sqrt[Length[val]]
LRad = {7.43, 10.1, 6.07, 9.65};
stdErr = standardError[LRad];
LRad = Apply[Around, Transpose[{LRad, stdErr}], 1];
BarChart[LRad, ChartElementFunction -> "GlassRectangle",
ChartStyle -> "Pastel", ImageSize -> 500,
ChartLabels -> {"1", "2", "3", "4" }, LabelStyle -> {16, Bold},
AxesLabel -> {"", "cm"}, BarSpacing -> 0.3,
LabelingFunction -> Bottom]
The errors:
