Skip to content
Prev 311063 / 398506 Next

simple linear regression with proportion data

SH <emptican <at> gmail.com> writes:
The distribution of the independent variable is irrelevant (in
some circumstances it matters whether it is measured without error or not).

  Depending on what you want to do, and how close the proportion data
come to 0 or 1, you might choose to use linear regression, or linear regression
on arcsine-square-root transformed data, or beta regression.  It really
depends what you want to do with the answers and what your audience expects. 
You might try this on http://stats.stackexchange.com with a bit more context.

   Ben Bolker