View Full Version : Deal with error propagation in SAS


bak
02-04-2008, 07:15 AM
I want to use dataset wich contains three variables
district (name of region), biomass (wheat yield in kilogram per acre), standard error (standard error for yield in each district).
How to calculate all district standard error in PROC MEANS with SAS.

Regards.