ods listing; ods html path='\\NETAPP8\fid_forageAgronomy\home\jjpittman\PHD\Class Spring 2013\SOIL5112\LPHW'; DATA one; input x y; cards; 0 2200 50 3160 75 3760 100 4680 150 4560 200 5440 ; proc nlin data = one best = 3; parms b0=1000 to 15000 by 500 b1=10 to 100 by 10 njoint=50 to 80 by 5; if x