How To... Perform Logarithmic Regression in R

Поділитися
Вставка
  • Опубліковано 5 лип 2024
  • Learn how to create a Logarithmic Regression Model with ‪@EugeneOLoughlin‬.
    The R script (104_How_To_Code.R) and data file (104_Data_File.csv) for this video are available to download from Github at:
    github.com/eoloughlin/How-To-...

КОМЕНТАРІ • 9

  • @sofia_palmeiro
    @sofia_palmeiro 2 роки тому

    thank you very much for these little lessons, they are very useful!!!

  • @ssaa-rg4rk
    @ssaa-rg4rk 2 місяці тому

    Thank you so much ❤

  • @jeffreyhunter4115
    @jeffreyhunter4115 Рік тому

    Thank you. Very well explained.

  • @joecrozier3236
    @joecrozier3236 2 роки тому +2

    Thanks for doing this. I'd be cautious, however, about applying models derived using this method without first thoroughly evaluating their predictive power. The method minimizes the sum of the squared residuals in a transformed space -- in this case a semilog space -- instead of a real one. As a paper on the subject states: "It is generally not a good idea to transform nonlinear systems into linear ones even when it is possible. Not only is it somewhat cumbersome, since you must handle each different function in a different way, but the error distribution and the statistical weight of the data points change after such transformations. If you don't deal with this properly, it can result in substantial inaccuracies." Marco S. Caceci and William P. Cacheris (Florida State University), "Fitting curves to data: the simplex algorithm is the answer." BYTE, May 1984, 340-362. I've seen cases where curve-fitting in transformed spaces led to badly flawed predictions (with a logistic function in one instance, a quadratic function in another).

  • @davidzhong
    @davidzhong Рік тому +1

    Thanks, do you know how to evaluate the performance of Logarithmic Regression model ?

  • @lav1093
    @lav1093 Рік тому +1

    interesting, how is it the plot of the raw data when the relationship is log-log rather than lin-log? do you have a video for that? Thank you

    • @antt5602
      @antt5602 11 місяців тому

      ua-cam.com/video/b6ohCdzOxiU/v-deo.html

  • @mehmetserhaneker
    @mehmetserhaneker 2 роки тому +1

    Can we write the dependent variable with log? I tried but error occurred.