search for: breeders

Displaying 7 results from an estimated 7 matches for "breeders".

2013 Feb 18
1
help with population matrix
Hi guys, I am a biologist and an R newbie, and I'm learning how to create a simple population model. So, I have a population matrix ("pop")of 30 age classes of female (1:4 are non-breeders, 5:30 are breeders) which will be modelled for 100 years. > pop <- matrix(0,30,100) I then populate this matrix with 3 young adult females. > pop[5, 1] <- 3 I then want to run this for 100 years, with stochasticity, to see how this population does over time. > for (y in 1:100)...
2002 Mar 13
2
Strange encoding issue
...direct me to the correct one and I'll post similar queries there in the future. I've been happily using rc3 since shortly after its release and slowly converting the music collection on my PC from mp3 to ogg. I've now run into a problem that has me stumped. On the 2nd track of The Breeders _Last Splash_ album, the intro bass riff comes up with some frickin' /nasty/ artifacts that vorbis has never given me before; like it's been dropping samples. The test cases I've run so far are -q 4, -q 5, -q 9, and -b 128. The CD itself plays fine, as does the .wav from which I...
2006 Jun 18
3
DO NOT REPLY [Bug 3846] New: rsync silently transfers blocks of zero bytes on read errors
https://bugzilla.samba.org/show_bug.cgi?id=3846 Summary: rsync silently transfers blocks of zero bytes on read errors Product: rsync Version: 2.6.8 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2010 Aug 22
1
fortune? (was: Re: How do you make a formal "feature" request?)
Dear all I was wondering whether such a long post could be fortune-ed. What do you think? Regards Liviu On Sat, Aug 21, 2010 at 9:33 PM, Sharpie <chuck at sharpsteen.net> wrote: > Well, I can think of three ways it can go down: > > > 1. ?You want a shiny new pony. > > You ask about it on the mailing list and it seems that everyone else in the > world responds
2006 Jun 05
0
USB scanner setup: questions, problems
Hi, I have a small home LAN consisting of four PC's: one old Pentium III box acting as gateway / connection handler / printer server / file server / scanner server, and then one desktop and two laptops. I recently migrated this LAN from Slackware 10.2 to CentOS 4.3, and everything runs rather fine. One thing I have some trouble setting up is my Canon Perfection USB scanner for network use,
2006 Feb 04
4
AJAX rendered select doesn''t get submitted
I have implemented the AJAX observe_field to filter the state/province options in my address form. This works great except when I submit the form, @params doesn''t contain the select element. _address_form.rhtml relevant snippet: <%= collection_select(:address, "country", Country.find(:all, :order => "position"), :code, :name, {:prompt => "-- Select
2010 Aug 21
9
How do you make a formal "feature" request?
Who decides what features are in R and how they are implemented? If there is someone here who has that authority I have this request: A report() function analogous to the plot() function that makes it easy to generate a report from a table of data. This should not be in some auxiliary package, but part of the core R just like plot(). As a long time SAS user I cannot believe R does not have this.