Re: [R] arcsine transformation with metafor

2014-11-24 Thread Viechtbauer Wolfgang (STAT)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Antonello Preti > Sent: Monday, November 24, 2014 00:35 > To: r-help@r-project.org > Subject: [R] arcsine transformation with metafor > > # I'm tryin

[R] arcsine transformation with metafor

2014-11-23 Thread Antonello Preti
# I'm trying to adapt to my own data the double arcsine transformation according to Miller (1978) as described in the metafor site # I've understood all passages (I think) # I'm able to build a forest plot with the correct data # I would like to build a funnel plot and a radial plot # However, the

Re: [R] Arcsine transformation

2013-09-24 Thread Michael Dewey
At 02:26 23/09/2013, peake wrote: Thanks for the advice. Like I said, I am still pretty new to R, and stats in general. I tried wading through the search results on google, but I didn't really find anything that I could understand. I am working with percentages as my dependent variable, and I am

Re: [R] Arcsine transformation

2013-09-22 Thread peake
Thanks for the advice. Like I said, I am still pretty new to R, and stats in general. I tried wading through the search results on google, but I didn't really find anything that I could understand. I am working with percentages as my dependent variable, and I am trying to get my distribution as clo

Re: [R] Arcsine transformation

2013-09-22 Thread Ben Bolker
2:54 p.m. To: r-h...@stat.math.ethz.ch > Subject: Re: [R] Arcsine transformation > > peake osu.edu> writes: > >> >> I am tryin to perform an arcsine transformation on my data >> containig percentages as the dep. variable. Does anyone have a code >> that I cou

Re: [R] Arcsine transformation

2013-09-22 Thread Peter Alspach
-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Ben Bolker Sent: Monday, 23 September 2013 12:54 p.m. To: r-h...@stat.math.ethz.ch Subject: Re: [R] Arcsine transformation peake osu.edu> writes: > > I am tryin to perform an arcsine transformation o

Re: [R] Arcsine transformation

2013-09-22 Thread Ben Bolker
peake osu.edu> writes: > > I am tryin to perform an arcsine transformation on my data containig > percentages as the dep. variable. Does anyone have a code that I could use > to do that? I am relatively new to R. Thanks for your help! asin(x/100) ? or asin(x/100)*2/pi if you want the results

[R] Arcsine transformation

2013-09-22 Thread peake
I am tryin to perform an arcsine transformation on my data containig percentages as the dep. variable. Does anyone have a code that I could use to do that? I am relatively new to R. Thanks for your help! -- View this message in context: http://r.789695.n4.nabble.com/Arcsine-transformation-tp467

Re: [R] arcsine transformation

2008-04-30 Thread Chuck Cleland
On 4/30/2008 4:52 PM, Claire Sheller wrote: I have been trying to preform both a bartlett's test and an arcsine transformation on some average percentage data. I've tried inputting it different ways and I keep getting the same error message: head(workingdata) DYAD BEFORE AFTER 1 BG-FL

Re: [R] arcsine transformation

2008-04-30 Thread Michael Kubovy
Perhaps you need with(workingdata, asin(BEFORE)) or asin(workingdata$BEFORE) _ Professor Michael Kubovy University of Virginia Department of Psychology USPS: P.O.Box 400400Charlottesville, VA 22904-4400 Parcels:Room 102Gilmer Hall McCormick R

[R] arcsine transformation

2008-04-30 Thread Claire Sheller
I have been trying to preform both a bartlett's test and an arcsine transformation on some average percentage data. I've tried inputting it different ways and I keep getting the same error message: > head(workingdata) DYAD BEFORE AFTER 1 BG-FL 4.606772 5.787520 2 BG-LL 5.467503 7.847395