Thank you very much for replies and the nice explanation about variance
stabilization. I heard about the arcsin transformation, but some recent
papers were very critical about it (i.e., Warton & Hui, 2011), so that I
would better try another way. I will have a look at beta regression.
Best,
V.
On Wed, 17 Oct 2012, swertie wrote:
Hello!
When I am analyzing proportion data, I usually apply logistic regression
using a glm model with binomial family. For example:
m <- glm( cbind("not realized", "realized") ~ v1 + v2 , family="binomial")
However, sometimes I don't have the number of cases
On 18/10/12 07:58, swertie wrote:
Hello!
When I am analyzing proportion data, I usually apply logistic regression
using a glm model with binomial family. For example:
m <- glm( cbind("not realized", "realized") ~ v1 + v2 , family="binomial")
However, sometimes I don't have the number of cases (r
On Oct 17, 2012, at 11:58 AM, swertie wrote:
Hello!
When I am analyzing proportion data, I usually apply logistic
regression
using a glm model with binomial family. For example:
m <- glm( cbind("not realized", "realized") ~ v1 + v2 ,
family="binomial")
However, sometimes I don't have the
Hello!
When I am analyzing proportion data, I usually apply logistic regression
using a glm model with binomial family. For example:
m <- glm( cbind("not realized", "realized") ~ v1 + v2 , family="binomial")
However, sometimes I don't have the number of cases (realized, not
realized), but only t
5 matches
Mail list logo