search for: asinh

Displaying 20 results from an estimated 43 matches for "asinh".

Did you mean: asin
2008 Mar 14
0
Mixed Model nested ANOVA (lme help)
...;, y="Recruit Density"), units = list(y="dm^2")) 1: my first question is this code correctly creating a grouped data object for a nested design with one nested random factor? I than used lme to build my full model with the code; (i had to transform my response) lmm1 <- lme(asinh(density_recruit) ~ region, data=datag, random=list(site=~1)) 2: Is this code correct, i have tried other variations such as lmm1 <- lme(asinh(density_recruit) ~ region, data=datag, random=~1| site) but i essentially get the same results. I can assess significance of my fixed factor using ano...
2008 Mar 14
0
multiple comparisons
...e) with a simple answer. Is the multcomp package appropriate for using with a lme built under the nlme package. I know i can get it to work (i.e report p-values for a tukey test) but i am not unsure if this is appropriate for a linear mixed effects model. Below is the code i used lmm1 <- lme(asinh(density_recruit) ~ region, data=datag, random=list(site=~1)) mc<-glht(lmm1, linfct = mcp(region = "Tukey")) Simultaneous Tests for General Linear Hypotheses Multiple Comparisons of Means: Tukey Contrasts Fit: lme.formula(fixed = asinh(density_recruit) ~ region, data = datag...
2006 Nov 30
1
bug in acosh (win32) (PR#9403)
...n 2.2.0, 2005-10-06, i386-pc-mingw32 R version 2.4.0 (2006-10-03) i386-pc-mingw32 It works fine with the following: R version 2.4.0 (2006-10-03) i386-pc-linux-gnu (debian) R version 2.1.0, 2005-04-18, i386-pc-linux-gnu (debian) > acosh(2+0i) [1] 1.316958+0i I didn't find any problem with asinh or atanh taking complex numbers. In src/main/complex.c, there are some #ifdef Win32's in z_asin and z_acos, so it may be related to that. - Tom Tom Short EPRI Solutions, Inc.
2010 May 05
1
testInstalledBasic question
..." "all" "any" "as.character" "as.complex" "as.double" [29] "as.integer" "as.logical" "as.numeric" "as.raw" "as.real" "asin" "asinh" [36] "atan" "atanh" "c" "ceiling" "cos" "cosh" "cummax" [43] "cummin" "cumprod" "cumsum" "digamma" &...
2002 Jan 31
1
Installation problem : SunOS (PR#1291)
...W' undeclared (first use this function) arithmetic.c:68: `UNDERFLOW' undeclared (first use this function) arithmetic.c:69: dereferencing pointer to incomplete type arithmetic.c: In function `do_math1': arithmetic.c:984: `acosh' undeclared (first use this function) arithmetic.c:985: `asinh' undeclared (first use this function) arithmetic.c:986: `atanh' undeclared (first use this function) *** Error code 1 make: Fatal error: Command failed for target `arithmetic.o' Current working directory /export/home/flexapp/R/R-1.3.0/src/main *** Error code 1 make: Fatal error: Command...
2006 Aug 30
1
setMethod() and log()
...brob(x at x), log = { out <- x at x out[!x at positive] <- NaN out }, acos =, acosh =, asin =, asinh =, atan =, atanh =, ceiling=, cos =, cosh =, cumsum =, exp =, floor =, gamma =, lgamm...
2005 Mar 22
4
trouble building r-devel
...H -DR_DLL_BUILD -c arithmetic.c -o arithmetic.o arithmetic.c: In function `do_math1': arithmetic.c:887: `acosh' undeclared (first use in this function) arithmetic.c:887: (Each undeclared identifier is reported only once arithmetic.c:887: for each function it appears in.) arithmetic.c:888: `asinh' undeclared (first use in this function) arithmetic.c:889: `atanh' undeclared (first use in this function) make[4]: *** [arithmetic.o] Error 1 make[3]: *** [rlibs] Error 2 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 Mark Bravington CSIRO M...
2002 Apr 17
1
Installation of R-1.4.1 on Solaris 2.7
...#39; undeclared (first use this function) arithmetic.c:68: `UNDERFLOW' undeclared (first use this function) arithmetic.c:69: dereferencing pointer to incomplete type arithmetic.c: In function `do_math1': arithmetic.c:1075: `acosh' undeclared (first use this function) arithmetic.c:1076: `asinh' undeclared (first use this function) arithmetic.c:1077: `atanh' undeclared (first use this function) *** Error code 1 make: Fatal error: Command failed for target `arithmetic.o' Current working directory /.../chalmers.se/fs/cab/math/.users/lystig/home/BIN/R-DIR/R-1.4.1/src/main *** Err...
2010 May 30
0
New package RSQLite.extfuns and minor upgrade for RSQLite
...ake the extension functions available on a per db connection basis like this: library("RSQLite.extfuns") db <- dbConnect(SQLite(), dbname = ":memory:") init_extensions(db) The extension functions provided by the package include: Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi. String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter. Aggregate: stdev, variance, mo...
2010 May 30
0
New package RSQLite.extfuns and minor upgrade for RSQLite
...ake the extension functions available on a per db connection basis like this: library("RSQLite.extfuns") db <- dbConnect(SQLite(), dbname = ":memory:") init_extensions(db) The extension functions provided by the package include: Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi. String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter. Aggregate: stdev, variance, mo...
2011 Jun 29
0
Error in testInstalledBasic
...#39; testing S3 generic 'as.environment' testing S3 generic 'as.integer' testing S3 generic 'as.logical' testing S3 generic 'as.numeric' testing S3 generic 'as.raw' testing S3 generic 'as.real' testing S3 generic 'asin' testing S3 generic 'asinh' testing S3 generic 'atan' testing S3 generic 'atanh' testing S3 generic 'c' testing S3 generic 'ceiling' testing S3 generic 'Conj' testing S3 generic 'cos' testing S3 generic 'cosh' testing S3 generic 'cummax' testing S3 generic &...
2003 May 30
3
Missing 'getGroupMembers()'
Hi, I'm trying to write a method such that my own classes can be used with the groups like "Summary" and "Math", but when I tried to look for examples or just wanted to get an idea of which functions are the members of a group, I found out that the function "getGroupMembers" is not present... I couldn't find an alternative function, if there is one. Does
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...rojects/libcxx/include/math.h:1040:92: error: '::acoshl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double asinh(long double)': ../projects/libcxx/include/math.h:1050:92: error: '::asinhl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In fu...
2017 Jul 21
0
Wine release 2.13
...---------- Changes since 2.12: Akihiro Sagawa (3): po: Update Japanese translation. ntdll: Allow map_view() to allocate fixed memory between reserved area and non-reserved area. gdi32: Return non-zero VREFRESH value for display devices. Alex Henrie (10): msvcr120: Correct asinh specfile definitions. msvcr120: Correct erff specfile definition. msvcr120: If erff is not available, fall back to erf. msvcr120: Add acosh. msvcr120: Add atanh. msvcr120: Add erfc. msvcr120: Add expm1. msvcr120: Add log1p. msvcr120: Set errno in log2...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...een declared > inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double asinh(long double)': > ../projects/libcxx/include/math.h:1050:92: error: '::asinhl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl(__lcpp_x);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...040:92: error: '::acoshl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double > __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double asinh(long > double)': > > ../projects/libcxx/include/math.h:1050:92: error: '::asinhl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double > __lcpp_x) _NOEXCEPT {return ::asinhl(__lcpp_x);} > > > ^~ >...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...le acosh(long double)': ../projects/libcxx/include/math.h:1040:92: error: '::acoshl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double asinh(long double)': ../projects/libcxx/include/math.h:1050:92: error: '::asinhl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double atanh(lo...
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
...eadline... yes checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... yes checking for pid_t... yes checking for vfork.h... no checking for working vfork... yes checking for vprintf... yes checking for access... yes checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for bcopy... yes checking for bzero... yes checking for finite... yes checking for ftruncate... yes checking for getcwd... yes checking for getgrgid... yes checking for getpwuid... yes checking for getuid... yes checking for hypot... yes checking for isasci...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...te... (cached) yes checking for isnan... yes checking whether isfinite is declared... (cached) no checking whether isnan is declared... (cached) yes checking whether you have IEEE 754 floating-point arithmetic... yes checking for nl_langinfo and CODESET... yes checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for snprintf... yes checking for strdup... yes checking for strncasecmp... yes checking for vsnprintf... yes checking whether acosh is declared... yes checking whether asinh is declared... yes checking whether atanh is declared... yes checking whether snpri...
1997 Apr 23
1
R-beta: Version 0.49 Released
...ort of math capability. [ Such a facility is "on the drawing board". ] o The graphics parameter "las" is now implemented and can be used to rotate axis labels. E.g. plot(1:10, las=1) . o The hyperbolic and inverse hyperbolic functions cosh, sinh, tanh, acosh, asinh and atanh are now implemented for both real and complex arguments. (Q: are the underlying functions available on all platforms, or do we need compatibility fixes?) o "log" has changed so that it will accept an optional "base" argument. "log2" and "...