search for: meps

Displaying 20 results from an estimated 25 matches for "meps".

Did you mean: maps
2007 Apr 27
1
error returned by "make check" in R-2.5.0
...: *** [check] Error 2 Regarding "make check", the R-admin.html page says "Failures are not necessarily problems as they might be caused by missing functionality..." So, looking at the "reg-tests-1.Rout.fail" file, I see that the error occurs here: > ## eigen > Meps <- .Machine$double.eps > set.seed(321, kind = "default") # force a particular seed > m <- matrix(round(rnorm(25),3), 5,5) > sm <- m + t(m) #- symmetric matrix > em <- eigen(sm); V <- em$vect > print(lam <- em$values) # ordered DEcreasingly [1] 5.1738946...
2004 Jul 23
2
Complex Surveys...Specifying Design
I need some guidance from someone who is familiar/has some experience with the survey package. The data that I am using is from the Medical Expenditure Panel Survey (www.meps.ahrq.gov <http://www.meps.ahrq.gov/> ). The STRATA and PSU variables are varstr01 and varpsu01 respectively. When I try to specify them with the svydesign function I get an error message. An excerpt of my session is as follows... library(foreign) > h60 <- read.xport("h:\\me...
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
I have been using the "username map" parameter for some time on various versions of Samba 2, and it has worked nicely. Last week I upgraded to Samba 3 and integrated with Active Directory. Since I am using Solaris 8, and "nsswitch.conf" doesn't support winbindd, I am using the "add user script" parameter to add users. What is happening is that users in
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
...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 Win95 computer. But with failed arithmetic tes...
2004 Oct 11
1
account on winXP system unable to access workgroup
Hi Please Help... Adding winXP pro user into Samba 2.2.12, no PDC, setup login account with same name and passwd on Desktop as on the server (used smbpasswd -a - to add passwd) following the guide www.faqs.org/docs/samba/ch03.html trouble - Can't access the server MP samba looks like it is running from the trouble shooting I have done... smbstatus returns the following on the test
1999 Apr 29
1
R-0.64.0 installation on SGI IRIX 6.5 machine
...e-tests.Rout.save' ...17c17 < [1] FALSE --- > [1] TRUE gmake[1]: *** [simple-tests.Rout] Error 1 gmake[1]: Leaving directory `/usr/local/R-0.64.0/tests' gmake: [test-All] Error 2 (ignored) *********************************** The test that fails from the simple-test.Rout file is > Meps <- .Machine $ double.eps > abs(1- .Machine$double.xmax * 10^(-.Machine$double.max.exp*log10(2)))/Meps < 1e3 According to the file the test should return true but get a false on this machine. I ran R and printed the list of objects: ..... .Machine List of 14 $ double.eps...
2008 Feb 22
3
Mixed model Nested ANOVA
...andom and fixed. I know i can specify fixed and random factors using lme or lmer but these methods do not allow me to extract an anova table (or do they?) I know that the data can be analyzed using a nested ANOVA because i have based my design on several papers in the marine biological literature (MEPS). Thank-you for any advice in advance. Stephen Cole [[alternative HTML version deleted]]
2005 May 02
0
help : Bisect( )
I am using the package of Icens but for the function Bisect I do not know what ndir is it just says the direction of pvec, but what kind of values should I use ? thanks for reply pls give me an example.. Bisect(tA, pvec, ndir, Meps, tolbis=1e-07) Arguments: tA: The transpose of the clique matrix. pvec: The current estimate of the probability vector. ndir: The direction to explore. Meps: Machine epsilon, elements of 'pvec' that are less than this are assumed to be zero. tolbis: The t...
2010 May 14
1
Cubic B-spline, how to numerically integrate?
(corrected version of previous posting) I fit a GAM to turtle growth data following methods in Limpus & Chaloupka 1997 (http://www.int-res.com/articles/meps/149/m149p023.pdf). I want to obtain figures similar to Fig 3 c & f in Limpus & Chaloupka (1997), which according to the figure legend are "expected size-at-age functions" obtained by numerically integrating "size-specific growth rate functions derived using cubic B-spline fi...
2010 May 13
1
GAM, GAMM and numerical integration, help please
I am trying to apply methods used by Chaloupka & Limpus (1997) ( http://www.int-res.com/articles/meps/146/m146p001.pdf) to my own turtle growth data. I am having trouble with two things... 1) After the GAM is fit, the residuals are skewed. >m1 <- gam(growth~s(mean.size, bs="cr")+s(year,bs="cr",k=7)+s(cohort,bs="cr")+s(age,bs="cr"), data=grow, family=...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas (días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es 01:* * * * EUR.resto$date<-as.Date(EUR.resto$date) EUR.resto$mo <- substr(EUR.resto$date,6,7) EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
I'm getting a compile error when trying to compile the flex output of ppl.l in tools/wpp. This is under Debian (Woody) with latest updates. Can anybody help me out? Enclosed is the output of the build and folling that, the installed packages. I have also tried the latest version (20030408) with identical results. TIA Luke ================================================================
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr
2003 Apr 24
1
Windows: Graphics appear only partially
Dear all, we have installed R in one of our computer labs. Running demo(grpahics) works, kindof, in that it produces all the usual plots without crashing, but the plots are incomplete: no color wheel, no pie chart, no boxplots, just some labelling, titles, and in rare cases, axes. We have tried this with both 1.7 and 1.6.2, with the same results. The computers are running Windows 2000, with
2004 Oct 12
0
win95 systems see samba 2.2.12 server OK, winXP do not
Hi, This problem is driving me crazy.. I've read piles of FMs, but am stuck... is it the variable "domain logons = yes" which is causing me trouble? is it something else?? thx b --- [root@server samba]# more smb.conf [global] smb passwd file = /etc/samba/smbpasswd add user script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine Accou nt' -s
1999 Sep 28
0
configure bug with IRIX 6.5 (Makedep) (PR#288)
...sion has 0 (zero), the SGI version shows 2.e-308 This looks pretty benign and is flagged in the test script as dependent on specific libraries etc under linux. 2/ in simple-tests.R (comparing numbers at limit of word precision) abs(1- .Machine$double.xmax * 10^(-.Machine$double.max.exp*log10(2)))/Meps < 1e3 This statement returns F instead of T. This may have effects in pathological cases, but doesn't seem to be a show-stopper. So, it looks like a kosher build under SGI/IRIX 6.5. *Many thanks* for a great system. Leo (vanilla AT&T S user since 1991) -.-.-.-.-.-.-.-.-.-.-.-.-.-....
2011 Oct 24
5
can't wine after upgrade to ubuntu oneiric 11.10
I just upgraded to Ubuntu 11.10 and now I've lost all wine functionality. How can I get wine working again? This is what I've tried: john at desktop:~$ sudo aptitude search wine p gnome-wine-icon-theme - red variation of the GNOME-Colors icon theme p libkwineffects1abi2 - library used by effects
2012 May 03
1
conducting GAM-GEE within gamm4?
...they are followed as point data is collected at a given time interval. Because of the autocorrelation among these "follows," I wish to utilize a GAM-GEE approach similar to that of Pirotta et al. 2011, using packages 'yags' and 'splines' (http://www.int-res.com/abstracts/meps/v436/p257-272/). Their R scripts are shown here ( http://www.int-res.com/articles/suppl/m436p257_supp/m436p257_supp1-code.r). I have used this code with limited success and multiple issues of models failing to converge. Below is the structure of my data: > str(dat2) 'data.frame':...
2010 Dec 10
1
wtlib2010
...d, but (on a 64 bit) I got vc_ideredist.exe. I do have a legal version of vista on the 64 bit, and it installed vcredist_x86.exe, so I installed vcredist_x86.exe on the 64 bit wine also To get me over silly issues with xfce I also cd to the windows/system32 directory and run lndir pointing at the MEPS\ Platform\ 2.3 directory, which lets all the supplied dlls be found. The standard thing is to pass a directory to it. Install the program, and it crashes http://pastebin.com/giMVstA0 The first output is vcredist_installing. The second is the Library. I have tried a bit to sort this, even if only...