search for: mep

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

Did you mean: map
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:\\m...
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
...intable = Yes printer name = PDS_HPPlt_2 [gisinstl] comment = ESRI Install Point path = /gis_install/gisinstl browseable = No write list = @sysadmin [homes] comment = Home Directories read only = No create mask = 0755 browseable = No veto files = /ADMIN.DLL/LOAD.EXE/MMC.EXE/README.EXE/MEP*.TMP.EXE/SIRCAM.SYS [pdsshare] comment = TEDD Production Data path = /pdsshare read only = No create mask = 0775 guest ok = Yes veto files = /.AppleDouble/TheVolumeSettingsFolder/TheFindByContentFolder/Icon\r/ *~?.???/*:*/Network Trash Folder/resource.frk/.AppleDesktop/DesktopFolderDB/A...
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 te...
2004 Oct 11
1
account on winXP system unable to access workgroup
...vice definitions [..] [root@server init.d]# smbstatus Samba version 2.2.12 Service uid gid pid machine ---------------------------------------------- data mp002 samba 14342 mp16 (192.168.10.116) Mon Oct 11 12:42:01 2004 data mp001 samba 14090 mep-0001 (192.168.10.21) Mon Oct 11 15:43:43 2004 data test samba 14342 mp16 (192.168.10.116) Mon Oct 11 15:22:59 2004 acctng mp001 samba 14090 mep-0001 (192.168.10.21) Mon Oct 11 12:19:36 2004 No locked files [root@server init.d]# __________________________...
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...
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 f...
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
...ng: return-type defaults to `int' ./ppl.l: In function `add_expand_text': ./ppl.l:932: `mtp' undeclared (first use in this function) ./ppl.l:937: `exp_text' undeclared (first use in this function) ./ppl.l:943: `exp_stringize' undeclared (first use in this function) ./ppl.l:947: `mep' undeclared (first use in this function) ./ppl.l:960: `exp_concat' undeclared (first use in this function) ./ppl.l:966: warning: implicit declaration of function `isspace' ./ppl.l:973: `nnl' undeclared (first use in this function) ./ppl.l:995: `exp_subst' undeclared (first use i...
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
...the same results. The computers are running Windows 2000, with somewhat elderly video cards (NVidia Vanta with 8 mb of video RAM), the monitor is set to 1024x768 and "true colors" (32 bit). Has anyone suggestions why this might be? What might be done? Thanks! alex Alexander.Ploner at mep.ki.se Phone: 46-8-524-82329 Fax : 46-8-314975 Medical Epidemiology & Biostatistics Karolinska Institutet, P.O. Box 281, SE-171 77 Stockholm
2004 Oct 12
0
win95 systems see samba 2.2.12 server OK, winXP do not
...passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*auth entication*tokens*updated*successfully* domain admin group = chelp michael user = @samba domain logons = yes unix password sync = Yes workgroup = MP server string = MEP Server log file = /var/log/samba/%m.log delete readonly = yes netbios name = server load printers = yes root postexec = rm -f /var/lib/samba/netlogon/%U.bat os level = 33 write list = @samba logon home = "\\server\%U" [homes...
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
...Windows applications on Linux. Applications are run at full speed without the need of cpu emulation. Wine does not require Microsoft Windows, however it can use native system dll files in place of its own if they are available. This meta-package always depends on the latest version of Wine. Homepage: http://www.winehq.org/ john at desktop:~$
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 onl...