How do i get the coefficients in:
C = H exp [- (bo + b1A^-1) D/H]
Thank you.
Start by looking at the documentation and examples for PROC NLIN
Examples of PROC NLIN: https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_nlin_examples.htm
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_nlin_gettingstarted.htm
Documentation for PROC NLIN: https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_nlin_toc.htm
Can C take negative values? If not then maybe you should be fitting the Log of C, in which case you would be fitting a linear equation (with proc reg, for example).
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.