search for: hemlock

Displaying 11 results from an estimated 11 matches for "hemlock".

2005 Jul 19
2
Regression lines for differently-sized groups on the same plot
...ettle for a work-around that would have R connect the pieces of the curve so that I get a solid line rather than small dots and dashes where actual data exist. Thanks so much for your help! Laura Marx Michigan State University, Dept. of Forestry #Note: hemdata has all the rows that are not hemlock species replaced with #"NA"s. hemhem=glm(hempresence~logarea, family=binomial(logit), data=hemdata) hemyb=glm(hempresence~logarea, family=binomial(logit), data=birchdata) hemsm=glm(hempresence~logarea, family=binomial(logit), data=mapledata) attach(logreg) #logreg is the full dataset p...
2002 May 10
1
Upgrade From 2.2.3a to 2.2.4 Broke Solaris 8 PDC
Trying to upgrade from 2.2.3a to 2.2.4 broke our Solaris 8 PDC. We see the following issues: - Compile flag -KPIC is not valid for gcc, does not seem to bread build - Now looks like directory /usr/spool/samba is needed, but not created by install - smbclient -L hemlock fails with login problem: [2001/10/16 10:43:28, 0] smbd/password.c:connect_to_domain_password_server(1295) connect_to_domain_password_server: unable to connect to SMB server on machine SEQUOIA. Error was : code 0. [2001/10/16 10:43:28, 0] smbd/password.c:domain_client_validate(1591) domain_cli...
2007 Aug 09
2
Systematically biased count data regression model
....7, 6.6, 7.6, 10.5, 15.6, 10.4, 5.1, 11, 9.7, 4.2, 3.6, 8.5, 11.5, 8.4, 6.9, 11, 10.4, 3.4, 3.2, 5.5, 2.4, 11.2, 2.6, 15.1, 16, 13.7, 10.5, 3.5, 13.4, 11.5, 12.3, 13.9, 14.5, 12.8, 16.8, 16.9, 13.5, 17.2, 12.5, 12.4, 11.8, 12, 10.9, 6.7, 10.9, 2.3, 5.2, 13.1, 12.1, 13.9, 12.9, 7.2, 12.5, 16, 11.7), Hemlock = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0...
1999 Jun 24
0
Silent smbfs hardlock
Hi, Tonight I managed to sliently hardlock my linux box with windows. I had mounted (some hours before) a rw smb share from a win95 machine via: smbmount \\\\hemlock\\c somepass -c 'mount /mnt/samba/hemlock/c/' Some hours later I went to shutdown the windows machine (for the night) in the middle of lwn and returned to my linux machine a minute later to finish off reading lwn, and found that the machine had hard locked on me (no usable sysrq, no console...
2012 Nov 29
0
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...ral I don't see "end of class" and "end of function" comments in LLVM, just namespaces. +// The AMDGPUCypressDevice is similiar to the AMDGPUEvergreenDevice, except it has +// support for double precision operations. This device is used to represent +// both the Cypress and Hemlock cards, which are commercially known as HD58XX +// and HD59XX cards. +class AMDGPUCypressDevice : public AMDGPUEvergreenDevice { Lots of comments should have three slashes (to become documentation comments). Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){prin...
2012 Apr 01
4
map and shapefile help
Hi, I want to use map("state") and have the ecoregion shape (please see link) file projected onto this. ftp://ftp.epa.gov/wed/ecoregions/cec_na/NA_CEC_Eco_Level3.zip ftp://ftp.epa.gov/wed/ecoregions/cec_na/NA_CEC_Eco_Level3.zip Could someone please show me how; I have never messed with this sort of thing. Thanks. -- View this message in context:
2004 Nov 30
1
Session Control
...hnf beech Tue Nov 30 07:08:35 2004 21627 timw cjs42 Tue Nov 30 07:01:01 2004 21624 markk cjs6 Tue Nov 30 06:59:29 2004 21639 don cjs27 Tue Nov 30 07:18:46 2004 21623 jaime hemlock Tue Nov 30 06:57:14 2004 20777 terry cjs43 Mon Nov 29 06:53:35 2004 27998 mark cjs10 Thu Nov 18 20:55:29 2004 21404 mark cjs55 Fri Nov 19 10:05:34 2004 21576 davids elm...
2008 Feb 08
1
Can I index a dataframe with a reference from/to a second dataframe?
...ch", "American Elm", "American Mountain-ash", "Balsam Fir", "Black Ash", "Black Cherry", "Black Spruce", "Bunchberry", "Bush Honeysuckle", "Choke Cherry", "Currant", "Eastern Hemlock", "Eastern White Cedar", "Eastern White Pine", "Fly Honeysuckle", "Hard Maple", "Hobblebush", "Ironwood", "Leatherwood", "Maple-leaved Viburnum", "Mountain Maple", "Northern Red Oak&qu...
2012 Nov 29
3
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...of class" and "end of function" comments > in LLVM, just namespaces. > > +// The AMDGPUCypressDevice is similiar to the AMDGPUEvergreenDevice, > except it has > +// support for double precision operations. This device is used to represent > +// both the Cypress and Hemlock cards, which are commercially known as HD58XX > +// and HD59XX cards. > +class AMDGPUCypressDevice : public AMDGPUEvergreenDevice { > > Lots of comments should have three slashes (to become documentation comments). > Hi Dimitri, Thanks for taking a look at the code. I went ahead...
2012 Nov 26
5
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
On Sat, Nov 17, 2012 at 10:56:26PM +0100, Benjamin Kramer wrote: > > On 01.11.2012, at 14:44, Tom Stellard <tom at stellard.net> wrote: > > > Moving this thread to llvmdev. > > > > On Tue, Oct 30, 2012 at 11:09:34PM -0700, Chris Lattner wrote: > >> On Oct 30, 2012, at 11:35 AM, Tom Stellard <tom at stellard.net> wrote: > >>>> Hi
2000 Nov 15
3
netbios-ns/udp server failing
Why am I getting the following error mesage? Nov 15 07:52:00 e250 inetd[679]: netbios-ns/udp server failing (looping), servic e terminated ks -------------- next part -------------- HTML attachment scrubbed and removed