> -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
# 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
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
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
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
-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
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
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
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
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
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
11 matches
Mail list logo