Displaying 1 result from an estimated 1 matches for "logest".
Did you mean:
longest
2010 Nov 12
3
Replicate Excel's LOGEST worksheet function in R
Hi -
I have a dataframe of (x,y) values. I'd like to fit an exponential
curve to the data for further statistical analysis (pretty much the same
functionality provided by Excel's LOGEST worksheet array function). Can
someone point me to the (set of) functions/ package that is best suited to
provide this functionality? Admittedly, I am a novice in the use of R
statistical functions, so a brief example of how to compute a correlation
coefficient off a fitted exponential curve would...