How To... Perform Logarithmic Regression in R

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 9

  • @joecrozier3236
    @joecrozier3236 3 года назад +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 Год назад

      ruclips.net/video/b6ohCdzOxiU/видео.html

  • @ssaa-rg4rk
    @ssaa-rg4rk 5 месяцев назад

    Thank you so much ❤

  • @mehmetserhaneker
    @mehmetserhaneker 2 года назад +1

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

  • @jeffreyhunter4115
    @jeffreyhunter4115 Год назад

    Thank you. Very well explained.

  • @sofia_palmeiro
    @sofia_palmeiro 2 года назад

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