Displaying 20 results from an estimated 115 matches for "asin".
Did you mean:
akin
2011 May 29
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Hi,
I am getting the following build error while building llvm on RHEL5. Please
help me fix this:
gmake[2]: Leaving directory
`/rhel5pdi/home/asin/llvm_install/tools/llvm-config'
/rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 18: use:
command not found
/rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 19: use:
command not found
/rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 20: use:
command not...
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com> wrote:
> Hi,
> I am getting the following build error while building llvm on RHEL5. Please
> help me fix this:
> gmake[2]: Leaving directory
> `/rhel5pdi/home/asin/llvm_install/tools/llvm-config'
> /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 18: use:
> command not found
> /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 19: use:
> command not found
> /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config:...
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
...rote:
> On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com>
> wrote:
> > Hi,
> > I am getting the following build error while building llvm on RHEL5.
> Please
> > help me fix this:
> > gmake[2]: Leaving directory
> > `/rhel5pdi/home/asin/llvm_install/tools/llvm-config'
> > /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 18: use:
> > command not found
> > /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 19: use:
> > command not found
> > /rhel5pdi/home/asin/llvm_install/...
2007 Oct 17
1
Error message in GAM
...t plant species in 300 plots, and I use
the ARCSINE transformation (to deal with % cover data).
When I use a GLM I do not have any problem.
But when I am trying to use a GAM model using mgcv package, to account for
non-linearity I get an ?error message?.
I use the following model:
sp1.gam<-gam(asin(sqrt(0.01*SP1COVER))~ s(asin(sqrt(0.01*SP2COVER)))+
s(asin(sqrt(0.01*SP3COVER)))+ s(asin(sqrt(0.01*SP4COVER)))+
s(asin(sqrt(0.01*SP5COVER))), family=gaussian, data=plantcover,
na.action=na.pass)
The error message is the following:
"Error in smooth.construct.tp.smooth.spec(object, data, knots...
2012 Mar 19
3
Issue with asin()
...nd maximum recorded temperatures and the
### minimal threshold temperature (lower growth temperature)
{
### method arcsin
if(method == "DDsin"){
cond1 <- (Tmax <= Tseuil)
cond2 <- (Tmin >= Tseuil)
amp <- ((Tmax - Tmin) / 2)
print((Tseuil-meanT)/amp)
alpha <- asin((Tseuil - meanT) / amp)
DD_ifelse3 <- ((1 / pi) * ((meanT - Tseuil) * ((pi/2) - alpha)) +
amp*cos(alpha))
DD <- ifelse(cond1, 0, ifelse(cond2, (meanT - Tseuil), DD_ifelse3))
}
### method (Tmin + Tmax) / 2
else if(method == "DDt2"){
cond1 <- (meanT > Tseuil)
DD &...
2008 Jun 20
2
Problems with basic loop
...nd column proportions
> xT<-x[,"True"]
> xF<-x[,"False"]
> yT<-x[,"True"]/colSums(x)
> yF<-x[,"False"]/colSums(x)
check length for dynamic looping
> length(yT)
[1] 8
now create loop
> for(i in 1:length(yT)){
+ pwr.2p2n.test(2*(asin(sqrt(yT[i]))-asin(sqrt(yF[i]))),n1=xT[i],n2=xF[i])
+ }
Error in pwr.2p2n.test(2 * (asin(sqrt(yT[i])) - asin(sqrt(yF[i]))), n1 =
xT[i], :
number of observations in the first group must be at least 2
this confuses me as if i enter the data as values the procedure works?
Thanks in advance
[[alt...
2008 Apr 30
2
arcsine transformation
...LL 5.467503 7.847395
3 AD-MV 5.333735 11.107380
4 MM-FL 5.578708 12.063500
5 MM-MV 2.037605 6.415303
6 MM-RM 6.158885 11.911080
> bartlett.test(BEFORE ~ AFTER)
Error in bartlett.test.default(c(4.606772, 5.467503, 5.333735, 5.578708, :
there must be at least 2 observations in each group
> asin(BEFORE)
[1] NaN NaN NaN NaN NaN NaN NaN
Warning message:
In asin(BEFORE) : NaNs produced
I'm at a loss here and I would greatly appreciate any guidance that could be
given me. Thank you!
--
Claire Sheller
Department of Anthropology
Tulane University
New Orleans, LA 70118
615-210-9129
[[alt...
2013 Sep 22
2
Arcsine transformation
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-tp4676706.html
Sent from the R help mailing list archive at Nabble.com.
2006 May 11
2
greco-latin square
...-------------
responseFinger index, middle, ring, little within-subject
stimulusName green, yellow, blue, red within-subject
oom 1, 2, 3, 4 within-subject
mapping.code 1, 2, 3, 4 between-subjects
Subject.n 1, 2, 3, 4, 5, 6, 7, 8 nested within mapping.code
DV = asin.Stimulus.ER
There are 32 observations and 31 total dfs.
I fit the following model:
m1 <- asin.Stimulus.ER ~ stimulusName + responseFinger + oom + mapping.code
+ mapping.code:Subject.n + stimulusName:mapping.code +
stimulusName:mapping.code:Subject.n, data=w.tmp)
summary(m1)...
2006 Oct 02
1
Trig.Rd typo (PR#9269)
Full_Name: Robin Hankin
Version: 2.4.0 RC
OS: MacOSX 10.4.7
Submission from: (NULL) (139.166.242.29)
The first cut line described in Trig.Rd for asin() is incorrect in the ascii
version of the manpage.
The Rd file reads:
For \code{asin()} and \code{acos()}, there are two cuts, both along
the real axis: \eqn{\left(-\infty, -1\right]}{\(-Inf, 1\]} and
Note the inconsistency between the ascii and latex equations.
It should read:
For \code...
2004 Jan 21
2
derivative of atan(x) and similar functions
Dear R experts.
'D()' function recognizes some of the analitical functions, such as
sin, cos, etc. But I'd like to take analytical derivatives from asin,
atan etc. functions. Are there any R packages providing that features?
Thanks.
--
Timur.
2005 Feb 02
3
publishing random effects from lme
...ing like an "r squared" for the whole model which I
can state?
The data come from an experiment on plant performance with and without
insecticide, with and without grasses present, and across different
levels of plant diversity ("div").
Thanks for your help!
Christoph.
lme(asin(sqrt(response)) ~ treatment + logb(div + 1, 2) + grass,
random = ~ 1 | plotcode/treatment, na.action = na.exclude, method = "ML")
Linear mixed-effects model fit by maximum likelihood
Data: NULL
AIC BIC logLik
-290.4181 -268.719 152.209
Random effects:
Formula: ~ 1 |...
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
...(local), as.logical(now)) :
unable to load shared library "/usr/local/lib/R/library/modreg/libs/modreg.sl":
can't open /usr/local/lib/R/library/modreg/libs/modreg.sl
Error in library(modreg) : .First.lib failed
Another problem is the failure of the arith test:
abs(1 - x / asin(sin(x)))
results in values greater then Meps for x=0.53 and 0.56.
Has anybody seen this? Because the arith test is a basic test, this seems to be rather
specific to my machine/libs.
At least, I have R running at the HP system and can use my 21" monitor, instead having
to go to our smallish...
2010 Dec 20
1
Metafor package
...package.
I'm interest to perform a random effect meta-analysis of proportion
(single group summary of prevalence of disease in a population as
reported by different study)
It ask:
1. "PFT": The Freeman-Tukey double arcsine transformed proportion is
reported to be equal to 1/2*(asin(sqrt(xi/(ni+1))) +
asin(sqrt((xi+1)/(ni+1)))). Hovewer, i also found the same formula but
without 1/2*.
2. how "vi", the corresponding (estimated) sampling variance is
calculated? (i.e. the formula used to estimate "vi")
3. it is possible to return a forest plot with the...
2011 Sep 19
2
[LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
...o-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-DHAVE_CONFIG_H -I. -I. -I../../dst-directory/gcc
-I../../dst-directory/gcc/. -I../../dst-directory/gcc/../include
-I../../dst-directory/gcc/../libcpp/include
-I../../dst-directory/gcc/../libdecnumber -I../libdecnumber
-I/home/asin/llvm_latest/include -I/rhel5pdi/home/asin/llvm/include
-DENABLE_LLVM -I/home/asin/llvm_latest/../llvm/include
-I/home/asin/llvm_latest/include -D_DEBUG -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS cc1-checksum.c -o
cc1-checksum.o
Thanks,
Arjun
-------------- next part ---------...
2011 Oct 05
4
SPlus to R
...ns$ne ~ pc, span=l.span)
+ lines(pc,loess.ne$fit,lty=1,col=4)
+ old.ne<-loess.ne$fit
+ ###readline()
+ }
+ return(ne=ans$ne, Ep=ans$Ep)
+ }
+ }
>
> ## needed for method 1
> nef2<-function(rc,nc,re,ne,alpha,power){
+ za<-qnorm(1-alpha)
+ zb<-qnorm(power)
+ xe<-asin(sqrt((re+0.375)/(ne+0.75)))
+ xc<-asin(sqrt((rc+0.375)/(nc+0.75)))
+ ans<- 1/(4*(xc-xe)^2/(za+zb)^2-1/(nc+0.5)) - 0.5
+ return(ans)
+ }
> ## needed for method 2
> nef<-function(rc,nc,re,ne,alpha,power){
+ za<-qnorm(1-alpha)
+ zb<-qnorm(power)
+ xe<-asin(sqrt((re+0.375)/(ne+0...
2012 Nov 15
2
Optimizing
Hello,
I am fairly new with R and am having trouble finding an optimal group. I
checked the help functions for the various optimize commands and it was a
little over my head.
I have a dataset with 4 columns, name, type, value, and cost. The set
consists of a list of people, which have 3 types. I want to choose 6
people, two of each type, and maximize the sum of their values. However,
I'm
2011 Sep 09
2
NMDS plot and Adonis (PerMANOVA) of community composition with presence absence and relative intensity
...a PerMANOVA analysis comparing the different treatments with
each other.
I tried to look at similar problems but I get error messages.
Any ideas?
#NMDS
step1<-read.delim2("day20.txt", row.names=1)
library(clusterSim)
step2<-data.Normalization(step1,type="n10")
step3<-asin(sqrt(step2))*57.3
step4<-t(step3)
library(vegan)
step5<-data.matrix(vegdist(step4,method="bray"))
step6<-metaMDS(step5, autotransform=FALSE)
plot(step5)
Warning message:
In ordiplot(x, choices = choices, type = type, display = display, :
Species scores not available
#PerMANO...
2004 Nov 15
2
Somewhat off-topic : Hand and Taylor reference
...Variance and Repeated Measures._ Chapman and Hall.
This sounds like a useful text, but I can't find it on Amazon. I can
find:
Multivariate Analysis of Variance for Behavioural Scientists (Chapman &
Hall Statistics Text Series)
D.J. Hand, C.C. Taylor
http://www.amazon.co.uk/exec/obidos/ASIN/0412258005/qid=1100520579/sr=1-
4/ref=sr_1_8_4/026-0799039-6262851#product-details
Is this the same book? It has the same publication date. Alternatively,
is the reference mentioned in R help now out of print? If so, are there
any other books which you would recommend for this subject?
Thanks in...
2013 Jul 19
2
[LLVMdev] SIMD instructions and memory alignment on X86
...5506 double
> [0x2] -5.2900856817382804 double
> at the time of the exception.
>
> This is compiled on a "i686-pc-win32" triple. All of the non-intrinsic
> functions referred to in these modules are the standard equivalents from
> the MSVC library (e.g. @asin is the standard C lib double asin( double )
> ).
>
> Hopefully this is reproducible for you.
>
> --
> PeterN
>
> On 18/07/2013 4:37 PM, Craig Topper wrote:
>
> Are you able to send any IR for others to reproduce this issue?
>
>
> On Wed, Jul 17, 2013 at 11:...