search for: sp1

Displaying 20 results from an estimated 1186 matches for "sp1".

2013 Feb 28
1
help for an R automated procedures
...ellow is an example is the codes I've used to accomplish my goals, sample by sample, which can exemplify the complexity of the procedures: #Subsetting the data (v1-v11 are continuous "predictors"): species 1 at locality 1 (all data [5520 cases] are on a vector called 'morfo') sp1.loc1<-morfo[which(spps=="sp1" & taxoc=="loc1"),] #getting only the observations of sp1 (species 1) at loc1 (locality 1) str(sp1.loc1) #abundance -> 19 cases and the abundance variable ('abund') says 18… sp1.loc1$abund<-rep(19,19) summary(sp1.loc1) #missing v...
2012 Nov 09
6
(sin asunto)
Saludos, tengo un problema que no puedo resolver dentro del R Estoy creando una funcion que a partir de un objeto compuesto por diferentes matrices como el que esta a continuacion: [[1]] M1 M2 M3 M4 sp1 2 0 1 8 sp2 4 5 2 4 sp3 0 0 4 0 sp4 5 7 5 0 sp5 0 4 0 0 [[2]] M3 M2 M4 M1 sp1 1 0 8 2 sp2 2 5 4 4 sp3 4 0 0 0 sp4 5 7 0 5 sp5 0 4 0 0 [[3]] M4 M3 M1 M2 sp1 8 1 2 0 sp2 4 2 4 5 sp3 0 4 0 0 sp4 0 5 5 7 sp5 0 0 0 4 [[4]] M3 M2 M4...
2006 Jun 02
4
smbmount and win2003 sp1
Hi All: I encountered a problem with smbmount and win2003 sp1. Before I upgrade sp1, everything works fine. But after sp1, smbmount = can't work. The command and error message are as follows: smbmount //localhost/share1 /tmp/mountest -o = username=3Ddomainu1,password=3Dpassword ERRDOS - ERRnoaccess (Access Denied.) SMB connection failed I also checked t...
2005 May 02
3
W2K3 SP1 - PERSISTENT CONNECTION(S) BUG?
After testing my W2K3 SP1 terminal server against a SAMBA server *AND* a W2K server, I have noticed the following *odd* behavior. LOGIN: Map drive letters LOGOUT: Connections are still connected. on BOTH W2K and SAMBA file servers. LOGIN: Map drive letters LOGOUT: Now you have TWO sets of connections still connected for...
2008 Jun 17
4
Vista SP1, Server 2008 joining NT4/Samba Domain
Hello! It seems, that Vista SP1 and Server 2008 cannot join an NT4/Samba-domain. Vista once could join before SP1, if one did some modifications to the system (LAN Manager authentication level, Encryption of secure channel). But these workarounds do not seem to work with SP1 anymore. Microsoft points out that joining NT4-doma...
2008 Jul 22
1
data transformation
...ies (1st column), the lat information of the sites (2nd column) and the lon information of the sites (3rd column)) into a presence-absence (0/1) matrix of species occurrences across sites, as given in the below example? Thanks a lot for your help! Christian My initial table: species lat lon sp1 10 10 sp1 10 30 sp1 20 10 sp1 20 20 sp1 20 30 sp2 10 30 sp2 20 30 sp2 30 30 My desired matrix: lat lon sp1 sp2 10 10 1 0 10 20 0 0 10 30 1 1 20 10 1 0 20 20 1 0 20 30 1 1 30 10 0 0 30 20 0 0 30 30 0 1 -- Christian Hof, PhD student Center for Macroecology & Evolution University of Copenha...
2012 Oct 06
2
Presence/ absence data from matrix to single column
I've been trying to reshape this database but haven't succeed at it. I tried using loops but can't get it right. I just want to reshape my database from this matrix, to the one below, with only one column of data. Year Route Point Sp1 Sp2 Sp3 2004 123 123-1 0 1 0 2004 123 123-2 0 1 1 2004 123 123-10 1 1 0 Year Route Point 2004 123 123-1 Sp1 0 2004 123 123-2 Sp1 0 2004 123 123-10 Sp1 1 2004 123 123-1 Sp2 1 2004 123 123-2 Sp2 1 2004 123 123-10 Sp2 1 2004 123 123-1 Sp3 0 2004 123 123-2 Sp3 1 2004 123 123-10 Sp3 0...
2005 Nov 27
4
Counting the occurence of each unique "charecter string"
...ers inside a dataset. I am working with extreemly large datasets of forest inventory data with a large variety of different species inside it. Each row inside the dataframe represents one individual tree and the simplified dataframe looks something like this: num species dbh 1 sp1 30 2 sp1 20 3 sp2 30 4 sp1 40 I need to be able to count the number of individuals per species, so I need a command that will return for each unique species its occurence inside the dataframe; [sp1] 3 [sp2] 1...
2005 Nov 27
4
Counting the occurence of each unique "charecter string"
...ers inside a dataset. I am working with extreemly large datasets of forest inventory data with a large variety of different species inside it. Each row inside the dataframe represents one individual tree and the simplified dataframe looks something like this: num species dbh 1 sp1 30 2 sp1 20 3 sp2 30 4 sp1 40 I need to be able to count the number of individuals per species, so I need a command that will return for each unique species its occurence inside the dataframe; [sp1] 3 [sp2] 1...
2002 Oct 01
1
SAMBA WIN XP Sp1
DON'T, I mean literally uninstall SP1 from your computer immediately. It's bugged very bad and causes many computers to crash. My XP completely crashed and couldn't EVEN BOOT. Thank god, my backups rescued me. Formatted it and reinstall everyting but SP1. MS forums going crazy, just take a look at it, you'll understand bett...
2008 Aug 20
1
Samba + Vista SP1 usernames with @ not working
Hi I was wondering if anyone came across an issue with Vista with SP1 and usernames that have @ in their usernames (example username@domain.com). The login to samba network stopped working once i have installed SP1. The message I get is: The local Session Manager service failed to logon The data area passed to a system call is too small >From the server side i d...
2011 Mar 10
3
Win7/W2K8 R2 sp1
After upgrading Win7 and W2K8 R2 clients to service pack 1 it is no longer possible to log in to domain(before the upgrade the clients can log in into domain). Clean installation of Win7/W2K8 R2 with integrated sp1 has the same effect. Our domain PDC is running on samba 3.3.7. I'm curious if anyone else has seen this already. Thank you Mikhail Zuskov
2002 Sep 25
3
WinXP-SP1 breaks profiles...
Just thought you'd like to know that SP1 for Windows XP breaks romaing profiles up to and including 2.2.5. This has been confirmed by MIT at the following link: http://web.mit.edu/swrt/winxp/ See the section "Software Compatiblity Test Matix/Testing SP1" We have found this to be the case as well.... I'm cross-posting...
2008 Apr 18
0
Vista SP1 performance fix - maybe!
...eiver. No joy. It wants the disk. Now, we've been to 'Trinity and Beyond.' Where do we go from there? Chixulub asteroid impact? Call MS hardware support (They were good). Eventually discover that NO new hardware (i.e. thumb drives, wired keyboards, anything) will install. OK. Uninstall SP1. Install Intelli point 6.2 again and Lo! and behold! the hardware installs. Great. Test the network response time without SP1. Now, there is nothing particularly old, creaky or obscure in my setup. I've got a PowerEdge 800 running SBS 2003 for a server and a Cisco SB2024 Gigabit switch. It too...
2009 Jul 10
1
generalized linear model (glm) and "stepAIC"
...his is the case for six species growth rates (six cases) but for the others six I tested the effect of just one factor ("x2", see below) using just the "glm" procedure. So, my object containing the data is called "data" and, this is the editor for the first species (sp1): GLM1<-glm(growth.sp1~x1+x2,family=gaussian, data) MOD.SELECTION<-stepAIC(GLM1, trace=TRUE) summary(MOD.SELECTION) Here I attach an example of one of these analyses and after I finally give you my questions (I hope not to be too long-winded!!): > sp1.starting.model<-glm(sp1~x...
2010 Aug 20
0
Reshape package and variable assignment
R Experts, I would like to create a series of variables without having to assign a separate line of code for each new variable. My abbreviated dataframe (DF) contains two groups of linked variables (SP1:SP3) and (CAU1:CAU3). Within SP1:SP3 are character codes (full dataframe contains 26 unique codes and SP1:SP9, CAU1:CAU9). CAU1 represents the quantitative measurement of code x in variable SP1, and so on through SP3 and CAU3. What I want to do is create a series of new variables (one for each u...
2007 Jan 10
1
[PATCH] linux/i386: allow CONFIG_HIGHPTE on i386 (take 2)
While, as discussed, the performance impact of this option is certainly higher than on native Linux, the option should not be entirely disallowed if people want to sacrifice performance for less lowmem pressure. Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: sle10-sp1-2007-01-10/arch/i386/Kconfig =================================================================== --- sle10-sp1-2007-01-10.orig/arch/i386/Kconfig 2007-01-10 13:33:54.000000000 +0100 +++ sle10-sp1-2007-01-10/arch/i386/Kconfig 2007-01-09 11:47:18.000000000 +0100 @@ -594,7 +594,7 @@ config HAVE_ARCH_EA...
2002 Sep 11
2
winXP sp1 seems to break roaming profiles on samba3
I applied sp1 and get a message saying that the "a server copy of the profile exists that does not have the correct security. Either the current user or the Administrator's group must be the owner of the folder." the owner of the profile is correct... It works again when I re-image back to pre s...
2005 Apr 22
3
smb ports feedback
...recently I thought I would do some testing. Given XP's use of 445 and that I have a couple of networks where they only have XP clients, I thought I would try setting smb ports to 445 only rather than that suggested of just specifying 139. This has worked well for XP clients with SP2. However SP1, and presumably pre-SP1 clients, lose all sight of the NBT network. Indeed they report an RPC error on start-up. Alan
2007 Apr 27
2
MDAC 2.8 SP1 Required
I am trying to install a Windows program and it claim for install MDAC 2.8 sp1, but an error occur and the program stop. How do I get arround this? Thanks JJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070427/de400314/attachment.htm