Regression of log normal data

조회 수: 8 (최근 30일)
ingCr
ingCr 2020년 3월 11일
답변: Jeff Miller 2020년 3월 12일
How do you make a regession for data that has a log-normal distribution? The GLM function does not support this type of distribution.
Could anyone help me?

답변 (1개)

Jeff Miller
Jeff Miller 2020년 3월 12일
Take the log transformation of the data and then it will have a normal distribution. Do the regression on the transformed data. Just remember when interpreting the results that the regression coefficients are in the units of the log-transformed scores, not the original data.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by