proc NLIN data = eleven

BEST = 10

MAXITER = 100

METHOD = Gauss

CONVERGE=1.0E-6

LIST

ALPHA = 0.05

OUTEST = outest(where = (_TYPE_ = "COVB"));

parms

B1 = 1

B2 = .5128

B3=-.0036;

model y = B1-B2*exp(-B3*x);

id id x y;

output

out = elevenOut

p = y_hat

r = residual

stdr = SE_Resid

LCLM = LCL_Mean

UCLM = UCL_Mean ;

run; quit; title;

More Mary A. Marion's questions See All
Similar questions and discussions