search for: peebl

Displaying 4 results from an estimated 4 matches for "peebl".

Did you mean: peel
2000 Jul 02
1
X11 font problem
...l rather inexperienced in the R system and so don't know whether these errors are because of R, my Linux setup or some combination of the two. Any comments and/or advice would be gratefully received. Cheers, David =================================================================== Dr David Peebles ESRC Centre for Research in Development, Instruction and Training School of Psychology, University of Nottingham, University Park, Nottingham, NG7 2RD, UK. email: djp at psychology.nottingham.ac.uk tel: 0 115 951 5292 fax: 0 115 951 5324 international: +44 115 951...
2017 Oct 09
3
LLVM's use of rpath on macOS
Hi all, I'm trying to understand why LLVM uses @rpath as the install name in its dynamic libraries on macOS. This complicates the process of linking against libLLVM from third-party tools and isn't nearly as common a practice on macOS as it is on Linux. I tried tracing through history on the LLVM repo and the main thing I could find was a commit from ages ago saying that the libraries are
2007 Jan 17
1
sleep data
When reading the documentation for the "sleep" data set in R, the impression is clear, this is an "independent groups" kind of design (two groups of 10 subjects each). However, when browsing the original article (referred to in the help file), my impression is quite clear, this is really a "repeated measures" kind of data (one group of 10 subjects, two
2009 Nov 04
2
splitting scientific names into genus, species, and subspecies
I have a list of scientific names in a data set. I would like to split the names into genus, species and subspecies. Not all names include a subspecies. Could someone show me how to do this? My example code is: a <- matrix(c('genusA speciesA', 10, 'genusB speciesAA', 20, 'genusC speciesAAA subspeciesA', 15,