Since my research data seems to follow log-normal distribution, I was curious to learn more about the topic. In addition to very nice answers here on Cross Validated (In linear regression, when is it appropriate to use the log of an independent variable instead of the actual values?), I've found two quite interesting sources. The first source is a general review paper on log-normal distributions and their role in life and various scientific disciplines: http://stat.ethz.ch/~stahel/lognormal/bioscience.pdf. The second source is a paper, which essence is expressed right in its title "Do not log-transform count data": http://onlinelibrary.wiley.com/doi/10.1111/j.2041-210X.2010.00021.x/full.
Now, my questions:
1) Based on the first paper, which emphasizes the multiplicative nature of log-normal distribution, does it makes sense to argue that, if my data, after log transformation, consists of several normal distributions (mixture model), it can be explained by presence of several types of interacting factors (one based on detected log-normality, another - on detected mixture)?
2) Should I accept advice from the second paper and abandon potentially valuable information, as described above, and, instead, use Poisson distribution for data transformation? Especially considering that the ultimate goal of my research study is latent variable modeling.