Re: [R] Effect size measures for GLM

2016-06-24 Thread Ben Bolker
Gianfranco Lovison unipa.it> writes: > > Is there a library for (friendly) calculation of effect size measures for > Generalized Linear Models? I have found "compute.es", but it seems to be > suitable only for Linear Models. A library taking a glm object and > computing > partial R^2-type stati

[R] Effect size measures for GLM

2016-06-21 Thread Gianfranco Lovison
Is there a library for (friendly) calculation of effect size measures for Generalized Linear Models? I have found "compute.es", but it seems to be suitable only for Linear Models. A library taking a glm object and computing partial R^2-type statistics, appropriate for GLMs, would be enough, but I

Re: [R] effect size measure for dependent samples

2012-04-06 Thread jlbisson
Hi, The compute.es package is great for calculating estimated effect size. However, it is limited to tests that have independent groups (i.e., independent samples t-test, ANOVA). Are there any other packages available for download that can handle estimating effect sizes for repeated-measures ANOVAs

Re: [R] effect size

2011-07-29 Thread h_bumann
> > - Original Message - > From: "Matthew Bridgman" <m.bridg...@sbcglobal.net> > To: <r-h...@stat.math.ethz.ch> > Sent: Wednesday, June 21, 2006 5:01 PM > Subject: [R] effect size > > >> Does anyone know a simple way of calculating

Re: [R] Effect size in multiple regression

2011-03-26 Thread Joshua Wiley
Hi Michael, You can just fit your model, and then use anova() to get the Sum of Squares. ## fit and store model m <- lm(mpg ~ hp * wt * vs, data = mtcars) ## store ANOVA from model msum <- anova(m) ## divide all Sums of Squares by the sum() of the Sums of Squares msum[["Sum Sq"]]/sum(msum[["Sum S

[R] Effect size in multiple regression

2011-03-26 Thread Michael Haenlein
Dear all, is there a convenient way to determine the effect size for a regression coefficient in a multiple regression model? I have a model of the form lm(y ~ A*B*C*D) and would like to determine Cohen's f2 (http://en.wikipedia.org/wiki/Effect_size) for each predictor without having to do it manu

Re: [R] effect size measure for dependent samples

2011-01-22 Thread Bert Gunter
Please read the posting guide to learn how to ask a coherent question (at least to me; maybe others will get it). -- Bert On Sat, Jan 22, 2011 at 1:55 AM, Steve Powell wrote: > Any advice on which package I can use for calculating effect sizes for two > dependent samples? compute.es seems only to

[R] effect size measure for dependent samples

2011-01-22 Thread Steve Powell
Any advice on which package I can use for calculating effect sizes for two dependent samples? compute.es seems only to consider independent samples. Thanks in advance Steve Powell [[alternative HTML version deleted]] __ R-help@r-project.org mail

Re: [R] Effect Size Formaula and Calulations in R

2010-03-16 Thread C.H.
pwr package: ES.h and ES.w1, ES.w2, cohen.ES On Wed, Mar 17, 2010 at 1:28 PM, Jim Silverton wrote: > Hello, > I would like to find out how to use R to compute the effect size of two > samples for a two sample t test. Is there a formula for the fisher's exact > test? Any R code and/or formula w

Re: [R] Effect Size Formaula and Calulations in R

2010-03-16 Thread Jim Silverton
Hello, I would like to find out how to use R to compute the effect size of two samples for a two sample t test. Is there a formula for the fisher's exact test? Any R code and/or formula would be greatly appreciated. Thanks, Jim [[alternative HTML version deleted]] ___

Re: [R] Effect size of comparison of two levels of a factor in multiple linear regression

2008-02-06 Thread Christoph Mathys
On Feb 4, 08:49 AM, Chuck Cleland wrote: > On 2/3/2008 10:09 AM, Christoph Mathys wrote: >> Dear R users, >> I have a linear model of the kind >> outcome ~ treatment + covariate >> where 'treatment' is a factor with three levels ("0", "1", and "2"), >> and the covariate is continuous. Treatments "1

Re: [R] Effect size of comparison of two levels of a factor in multiple linear regression

2008-02-04 Thread Chuck Cleland
On 2/3/2008 10:09 AM, Christoph Mathys wrote: > Dear R users, > > I have a linear model of the kind > > outcome ~ treatment + covariate > > where 'treatment' is a factor with three levels ("0", "1", and "2"), > and the covariate is continuous. Treatments "1" and "2" both have > regression coeffi

[R] Effect size of comparison of two levels of a factor in multiple linear regression

2008-02-03 Thread Christoph Mathys
Dear R users, I have a linear model of the kind outcome ~ treatment + covariate where 'treatment' is a factor with three levels ("0", "1", and "2"), and the covariate is continuous. Treatments "1" and "2" both have regression coefficients significantly different from 0 when using treatment contr