I would like to fit a linear regression model with a lognormal distribution that has a linear expectation in the $X$, $Y$ space. So, I need a model with the following properties:
$$ Y|X \sim Lognormal $$ $$ E[Y|X] = X*β^T $$
Can you offer any suggestions? Thank you in advance.
If you're looking for a software to fit this model, you can use R with the logNormReg package. Example:
If you're look for mathematical details, look at the references given in the above link.