search for: mpa

Displaying 20 results from an estimated 68 matches for "mpa".

Did you mean: map
2007 Jul 26
3
substituting dots in the names of the columns (sub, gsub, regexpr)
Dear R users, I have the following two problems, related to the function sub, grep, regexpr and similia. The header of the file(s) I have to import is like this. c("y (m)", "BD (g/cm3)", "PR (Mpa)", "Ks (m/s)", "SP g./g.", "P (m3/m3)", "theta1 (g/g)", "theta2 (g/g)", "AWC (g/g)") To get rid of spaces and symbols in the names of the columns, I use read.table(... check.names=TRUE) and I get: str <- c("y..m.", &quo...
2012 Feb 16
1
how to get r-squared for a predefined curve or function with "other" data points
...ns seems strange. i'm in the field of biology, and have done consecutive hydraulic conductivity measurements in three parallels ("Sample"), resulting in three sets of conductivity values ("PLC" for percent loss of conductivity, relative to 100%) at multiple pressures ("MPa"). --- Sample MPa PLC 1 -0.3498324 0.000000 1 -1.2414770 15.207821 1 -1.7993249 23.819995 1 -3.0162866 33.598570 1 -3.5184321 46.376933 1 -3.9899791 67.532226 1 -4.2731145 89.735541 1 -4...
2012 Apr 10
2
substitution of the ASCII character "squared" AKA "^2" AKA (alt+0178) with a tractable one
...ile the other (running on win XP) which process the data is connected to the first one via serial. I get the data from this last computer. The string I'm trying to process comes from a command like this > myString <- readLines(path.to.file, 150)[78] and looks like this > [1] "(MPa)\t(mm3)\t(nM)\t(mm3/g)\t(mm3/g)\t(%)\t(m\xb2/g)\t" where "\xb2" is the alt+0178 ASCII character My problem is to find out the regexp to substitute the ASCII 0178 with a simple "2" No problem with, say gsub('\t',';', myString) [1] "(MPa);(mm3);(nM...
2003 Jun 05
1
scales in xyplot doesn't seem to work for x axis
...yplot and I wand to reduce the number of tick marks in the x axis. My x axis are month and I want to reduce the 12 tick marks to 4. I used the scales argument but it doesn't seem to work, althougth it works on y axis if I use scales=list(tick.number=4). xyplot(land~mes|porto+arte,data=hom.land.mpa[hom.land.mpa$arte!="pseine",],type="l",scales=list(x=list(tick.number=4))) Regards EJ -- Ernesto Jardim <ernesto at ipimar.pt> Marine Biologist IPIMAR, Lisboa, Portugal SuSE Linux 8.1;R 1.7.0;LyX 1.3.2;Gnome 2.2.2;OO1.1Beta
2014 Oct 24
1
Replication .dovecot-sync.lock
...ks fine when I override the homedirectories userdb { driver = passwd override_fields = home=/var/spool/mail/%u } But, when I do not override the homedirectories, replication does not work, and the following error is logged: Oct 24 14:40:45 dsync-local(hans): Error: Couldn't create lock /afs/mpa/home/hans/.dovecot-sync.lock: Permission denied With a self-written module an IMAP user can get access to his homedirectory: protocol imap { mail_plugins = afsToken } The user has to type in his password. Obviously this does not work for replication. Is there a way to specify a different locatio...
2007 Dec 12
3
Measure of agreement??
Dear List, Please put me on the right track. I have been searching for the R functions for measures of agreement. Where should I look? Patrik Öhagen Läkemedelsverket Box 26 751 03 Uppsala Tel. +46(0)18-174924 patrik.ohagen@mpa.se [[alternative HTML version deleted]]
2008 Sep 07
3
USB drive fails at sector 0xFFFFFFF
I'm backing up to a NTFS partition on an external USB drive with dump. I'm seeing failures in /var/log/messages reading sector 0xFFFFFFF that cause the verify pass to fail. Are there any known problems in the USB driver? Kernel via uname -a: Linux segw2.mpa.lan 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:49:24 EDT 2008 i686 i686 i386 GNU/Linux Message reported. (Note the number 268435455, which is 0xFFFFFFF, and occurs every time I see this happen. But a subsequent attempt to read this region with dd succeeds, so it appears to be intermittent, or depen...
2009 Jan 10
1
Bubble plot on shapefile - projection issues?
Dear R help list, ? I am working on some data from a study on the habitat use and movement patterns of fish using a marine protected area in Hawaii.? We have a number of acoustic receivers in a MPA, and any time a tagged fish passes within range it records the date and time of detection.? I am trying to make bubble plots?showing the number of detections for each fish at each receiver.? I have been able to get it to work using a map generated from GSHHS data (Global Self-consistent, Hierarchic...
2008 Jul 23
1
[Fwd: Re: Coefficients of Logistic Regression from bootstrap - how to get them?]
I think the argument supporting the use of bootstrap to determine coefficients, as opposed to just running linear regression on the whole dataset, is the comparison of Rsq and prediction errors between these two approaches - page 1502. There's a substantial difference in favor of the bootstrap approach. -- Michal J. Figurski Gustaf Rydevik wrote: > The url for the mentioned paper is at: > http://www.clinchem.org/cgi/content/full/48/9/1497 &...
2003 Nov 10
0
Rdbi/RdbiPgSQL updates
To get the Rdbi/RdbiPgSQL 1.0.1 interface from BioConductor functional, I would like to suggest some fixes. Find patches and the updated packages here: http://mpa.itc.it/markus/tmp/rdbi/ Changes Rdbi: - fixed load of RdbiPgSQL (wrong name) - fixed dbConnectionInfo() (typo) RdbiPgSQL: - fixed table export to PostgreSQL - added make.names() to polish column names for R usage (maybe some of these patches are already in the BioConductor-CVS)...
2010 Dec 07
0
Package install error: _intel_fast_memcpy
...basement. I have installed the most recent distribution of R, 2.12.0 without too many problems. However, when it comes to install the "ncdf" netcdf package, I unfortunately get the following error: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/mpa/R/i486-pc-linux-gnu-library/2.12/ncdf/libs/ncdf.so': /home/mpa/R/i486-pc-linux-gnu-library/2.12/ncdf/libs/ncdf.so: undefined symbol: _intel_fast_memcpy I also get a similar error when trying to install the "ncdf4" package. I have tried to find the meaning of the error, but I can...
2008 Aug 19
1
Exponential smoothing?
An r hel search picks up http://tolstoy.newcastle.edu.au/R/help/01a/1162.html from 2001, which points towards the ts package. >>> ?hagen Patrik <Patrik.Ohagen at mpa.se> 19/08/2008 09:00:12 >>> Dear List, I have used all my resources (i.e. "help.search) and I still havn't been able to figure out if there is an Exponential Smoothing command in R. Thank you in advance! ______________________________________________ R-help at r-project.org...
2010 Mar 09
0
Tukey test for Mixed Effects Model with more than 1 fixed effect?
I am trying to decipher, via post hoc test (Tukey), which of my sites differ from eachother. I have 4 sites, 2 sets of In vs Out (MPA) in separate Regions. Therefore my Mixed Effects Model code has 2 fixed effects: CB.lme <- lme(AsinCB~ In_Out*Region, random = (~1| site.trans/Quadrat) , data = Subsampled_props, control = lmeControl(maxIter = 500, msMaxIter = 500, msMaxEval = 500)) When I run the summary and anova ou...
2003 Dec 21
1
iconnect / asterisk ? calls hang up
...XLITE" <sip:2001@61.95.68.84>;tag=as09766a78 Call-ID: 5df848b10eea268512db62e41181dc3d@61.95.68.84 CSeq: 2 BYE User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Contact: <sip:2001@61.95.68.84> Content-Length: 0 to 213.137.73.146:5060 == Spawn extension (mpa-phones, 861892142222, 2) exited non-zero on 'SIP/2001-40ae' set_destination: Parsing <sip:2001@211.28.211.217:5060> for address/port to send to set_destination: set destination to 211.28.211.217, port 5060 Reliably Transmitting: BYE sip:2001@211.28.211.217:5060 SIP/2.0 Via: SIP/2.0/UD...
2011 Apr 28
1
rsync-3.0.8: problem with installing man pages when using seperate build dir
..._________________________________________________________________ Dipl.-Ing. Heinz-Ado Arnolds MPI fuer Astrophysik Karl-Schwarzschild-Strasse 1 Postfach 1317 D-85748 Garching D-85741 Garching Phone: +49/89/30000-2217 FAX : +49/89/30000-2388 email: arnolds[at]MPA-Garching.MPG.DE ________________________________________________________________________ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: rsync-3.0.8-man-install.patch URL: <http://lists.samba.org/pipermail/rsync/attachments/20110428/70cce92...
2003 Jan 08
0
[Fwd: Re: Regarding non-streaming Ogg]
...audio/vorbis type, is it correct that from now on, the same >MIME type is to be used for sockets and streaming, so that audio/vorbis is >the MIME type in both cases? I was confused when reading through the >drafts and seeing that the content usually denoted as audio/mpeg becomes >audio/MPA under RTP for example. Yes. The audio/mpa vs. audio/mpeg thing is the result of combining two previously separate namespaces, and not something we should emulate in new formats. Colin <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/...
2017 Oct 11
1
issues with the WD
...h setting a working directing. I have tried github, stack overload, setwd, getwd, all to no avail. I am used to setting a working directory in 3.1.1 and have yet to get 3.4.1 to work properly. Let me know if there is anyone who I can talk to about this. Thank you so much, My best, Peter Wight, MPA [[alternative HTML version deleted]]
2012 Nov 16
0
[LLVMdev] [compiler-rt] is the arm lib complete?
...missing functions in compiler-rt when linking: "-lstdc++ -lm --start-group -lcompiler-rt-armv7 -lgcc_eh -lc --end-group" vs. "-lstdc++ -lm --start-group -lgcc -lgcc_eh -lc --end-group" ... tools/gcc-4.6.1-cs/arm-2011.09/bin/../arm-none-linux-gnueabi/libc/thumb2/usr/lib/libm.a(mpa.o): In function `norm': mpa.c:(.text+0xba): undefined reference to `__aeabi_dcmplt' Does clang provide other replacing libs for them which don't depend on those missing functions on libgcc? Or there are some other ways to link? Currently I have to link with both compiler-rt and libgcc...
2012 Nov 16
2
[LLVMdev] [compiler-rt] is the arm lib complete?
Hello It seems you misses several points here... > So, you mean I should compile libc with clang and link with compiler-rt too? > But how can we expect a user of compiler-rt have a libc compiled in this > way? It's a part of gcc's src code... No it is not > If compiler-rt is a complete lib, it should also cover these functions, right? Yes and no. Yes - it should cover all
2012 Mar 19
1
plot method for rasters and layout
...ork it out. Do I miss something, and can anybody help ? All the best to all of you, thanks as always for all the work done here ! Olivier -------------------------- Olivier ETERRADOSSI Maître-Assistant, HDR Ecole des Mines d’Alès (CMGD, site de Pau) Pôle Matériaux Polymères Avancés (MPA) Hélioparc, 2 av. P. Angot, F-64053 PAU CEDEX 9 Tel : 05 59 30 90 35 (direct) - 05 59 30 54 25 (std) Fax : 05 59 30 63 68 [[alternative HTML version deleted]]