search for: mcp

Displaying 20 results from an estimated 532 matches for "mcp".

Did you mean: map
2009 Aug 30
1
Trying to rename spatial pts data frame slot that isn't a slot()
Dear List, I am analyzing the home range area of fish and seem to have lost the individuals ID names during my manipulations, and can't find out how to rename them. I calculated the MCP of the fish using mcp() in Adehabitat. MCP's were converted to spatial points data frame and exported to qGIS for manipulations. At this point the ID names were lost. I brought the manipulated shapefiles back into qGIS, but can't figure out how to rename the individuals. #Calculate MCP...
2009 Jun 25
1
Calculating home ranges using mcp in adehabitat
...699889 3161559 2 700046 3161541 3 698840 3161033 4 699809 3161496 > id[1:4] ## ID [1] Brock Brock Brock Brock Levels: Brock Calou Chou Jean > ############################################### > ############################################### > ### > ### Home ranges > > ## MCP > hr<-mcp(xy, id) ## home range estimation # My attempts... > mydata Name X Y 1 XDRY -21.98389 64.06457 2 XDRY -21.99759 64.08291 3 XDRY -21.98784 64.06467 4 XDRY -21.98333 64.06058 5 XDRY -21.97889 64.06257 6 XDRY -21.98284 64.06044 7 XDRY -21.97886 64...
2002 Jan 02
2
RC3 Changes needed for MacOS
...ot been updated. They are in 5.3 format which is quite old. Would anybody object if I submitted updates to them in CodeWarrior Pro 6 format? That's the oldest version I have readily available. If someone else has 5.3 and wants to do it, you need to remove iir.c and bitbuffer.c from libvorbis.mcp, and add bitrate.c to libvorbis.mcp. Steve Index: mac/libvorbis.mcp.exp =================================================================== RCS file: /usr/local/cvsroot/vorbis/mac/libvorbis.mcp.exp,v retrieving revision 1.2 diff -u -r1.2 libvorbis.mcp.exp --- mac/libvorbis.mcp.exp 2000/11/22 06:1...
2010 May 17
1
Query on linear mixed model
...tribute=="ChromaL") tapply(data$value, list(Product=data$Product), mean, na.rm=TRUE) model <- lme(value ~ Product+Time+Arm+Product*Arm+Product*Time+Product*Arm*Time, random = ~1 | Subj,data =data) summary(model) x<-anova(model) x library(multcomp) su<-summary(glht(model,linfct=mcp(Product="Tukey"))) ##length(su) ##su[1:(length(su)-4)] x11() plot(summary(glht(model,linfct=mcp(Product="Tukey"))),cex.axis=0.6) ##For Each Product Comparison across All Time Points. data<-MyData data<-subset(data,Product=="a") tapply(data$value, list(Time=data...
2010 Jun 08
3
Tool for convert VMware to Xen
Hi, Somebody know any tool for convert Virutal machines from Vmware for Xen , I have used *qemu-img* but not work. Thanks . Bruno Steven -- Bruno Steven - Administrador de sistemas. LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4 https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 https://mcp.microsoft.com/authenticate/validatemcp.aspx P Antes de imprimir pense em sua responsabilidade e comprometimento com o Meio Ambiente. Before printing this message, think about your ecologic responsability and environment comm...
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
I've got a share from a Unisys MCP Mainframe mounted with mount.cifs from RHEL 6.1 (samba-common-3.5.6-86.el6.x86_64). when I try to touch a file, it creates the file, but reports an error - "setting times of `testfile.txt': Permission denied" strace on the touch command shows that it is erroring out on the utimensat...
2006 Aug 18
3
setting a value of text_field from a controller
...Thank you PS: now using <%= text_field_tag "object_name", @object_value %> and setting in as @object_value = ''something'', but is not so elegant... -- =============================================================================== Tomas Meinlschmidt, SBN3, MCT, MCP, MCP+I, MCSE, NetApp Filer & NetCache gPG: CB78 76D9 210F 256A ADF4 0B02 BECA D462 66AB 6F56 / $ID: 66AB6F56 GCS d-(?) s: a- C++ ULHISC*++++$ P+++>++++ L+++$>++++ E--- W+++$ N++(+) !o !K w(---) !O !M V PS+ PE Y+ PGP++ t+@ !5 X? R tv b+ !DI D+ G e>+++ h---- r+++ z+++@ novy po...
2008 Mar 30
3
[LLVMdev] Being able to know the jitted code-size before emitting
Hi everyone, vmkit requires to know the size of a jitted method before emitting the method. This allows to allocate the correct size for the method. The attached patch creates this functionality when the flag SizedMemoryCode is on. In order to implement this functionality, i had to virtualize some MachineCodeEmitter functions. Is it OK to commit the patch? Thanks, Nicolas --------------
2008 Apr 01
2
[LLVMdev] Being able to know the jitted code-size before emitting
...; + >> + SizeEmitter(std::vector<intptr_t> locations) { >> + LabelLocations = locations; >> + CurBufferPtr = 0; >> + BufferBegin = 0; >> + BufferEnd = (unsigned char*)-1; >> + } >> + >> + void initConstantPool(MachineConstantPool *MCP); >> + >> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >> + >> + >> + virtual void startFunction(MachineFunction &F) { >> + CurBufferPtr = 0; >> + Fn = &F; >> + >> + // Ensure the constant pool/jump table info is at l...
2008 Mar 31
0
[LLVMdev] Being able to know the jitted code-size before emitting
...t; + MCE = mce; > + } > + > + SizeEmitter(std::vector<intptr_t> locations) { > + LabelLocations = locations; > + CurBufferPtr = 0; > + BufferBegin = 0; > + BufferEnd = (unsigned char*)-1; > + } > + > + void initConstantPool(MachineConstantPool *MCP); > + > + void initJumpTableInfo(MachineJumpTableInfo *MJTI); > + > + > + virtual void startFunction(MachineFunction &F) { > + CurBufferPtr = 0; > + Fn = &F; > + > + // Ensure the constant pool/jump table info is at least 4-byte > aligned. > +...
2007 Oct 02
0
Adehabitat package question - trying to generate animal home ranges
Hello, I'm new to R and am trying to use the adehabitat package for home range and habitat selection analysis for some animal radiotelemetry data sets I have, but I can't get the home range functions (mcp & kernelUD) to work with my data. I think that my problem is that I don't properly understand how the package uses data frames and factors, and I may not be defining the id factor correctly. I've started out by trying to imitate the code in the homerange.r demo that comes with the ade...
2008 Apr 01
0
[LLVMdev] Being able to know the jitted code-size before emitting
...std::vector<intptr_t> locations) { >>> + LabelLocations = locations; >>> + CurBufferPtr = 0; >>> + BufferBegin = 0; >>> + BufferEnd = (unsigned char*)-1; >>> + } >>> + >>> + void initConstantPool(MachineConstantPool *MCP); >>> + >>> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >>> + >>> + >>> + virtual void startFunction(MachineFunction &F) { >>> + CurBufferPtr = 0; >>> + Fn = &F; >>> + >>> + // Ensure the c...
2008 Apr 04
3
[LLVMdev] Being able to know the jitted code-size before emitting
...locations) { >>>> + LabelLocations = locations; >>>> + CurBufferPtr = 0; >>>> + BufferBegin = 0; >>>> + BufferEnd = (unsigned char*)-1; >>>> + } >>>> + >>>> + void initConstantPool(MachineConstantPool *MCP); >>>> + >>>> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >>>> + >>>> + >>>> + virtual void startFunction(MachineFunction &F) { >>>> + CurBufferPtr = 0; >>>> + Fn = &F; >>>> + &...
2008 Apr 05
2
[LLVMdev] Being able to know the jitted code-size before emitting
...s = locations; >>>>>> + CurBufferPtr = 0; >>>>>> + BufferBegin = 0; >>>>>> + BufferEnd = (unsigned char*)-1; >>>>>> + } >>>>>> + >>>>>> + void initConstantPool(MachineConstantPool *MCP); >>>>>> + >>>>>> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >>>>>> + >>>>>> + >>>>>> + virtual void startFunction(MachineFunction &F) { >>>>>> + CurBufferPtr = 0; >&gt...
2007 Jul 31
0
FW: NYC Special Event - Join Us
...he Future of High Definition Conferencing Polycom NYC Office 1 Penn Plaza - Suite 1614 (212) 372-6970 Thursday - August 9, 2007 Session 1 - 9:30am - 10:30am Session 2 - 11:00am - 12:00pm Session 3 - 1:00pm - 2:00pm Food and Beverages will be served. <http://www.polycomconnect.com/Apps/DCS/mcp?r=70041ZWK0000003Uvm041ZWK0> Click here <http://www.polycomconnect.com/Apps/DCS/mcp?r=70041ZWK0000003Uvm041ZWK0> <http://www.polycomconnect.com/Apps/DCS/mcp?r=70041ZWK0000003Uvm041ZWK0> Join Us Come see the Future of High Definition Conferencing Right at your Desktop! Pleas...
2011 Mar 04
2
glht: Problem with symbolic contrast for factors with number-levels
...number' levels #B similar factor with 'letter' levels dat<-data.frame(y=1:4,A=factor(c(1,1,2,2)), B=factor(c('e','e','f','f')) ) motA<-lm(y~A,data=dat) motB<-lm(y~B,data=dat) library(multcomp) #does not work glht(motA,linfct=mcp(A=c("2 - 1 = 0 "))) #the error message is # Error in coefs(ex[[3]]) : # cannot interpret expression '1' as linear function #works glht(motB,linfct=mcp(B=c("f - e = 0"))) regards Ulrich Halekoh Aarhus University e-mail: Ulrich.Halekoh at agrsci.dk I use R.2.12.2,...
2008 Apr 05
0
[LLVMdev] Being able to know the jitted code-size before emitting
...gt;>>>> + CurBufferPtr = 0; >>>>>>> + BufferBegin = 0; >>>>>>> + BufferEnd = (unsigned char*)-1; >>>>>>> + } >>>>>>> + >>>>>>> + void initConstantPool(MachineConstantPool *MCP); >>>>>>> + >>>>>>> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >>>>>>> + >>>>>>> + >>>>>>> + virtual void startFunction(MachineFunction &F) { >>>>>>> + C...
2008 Apr 04
0
[LLVMdev] Being able to know the jitted code-size before emitting
...;> + LabelLocations = locations; >>>>> + CurBufferPtr = 0; >>>>> + BufferBegin = 0; >>>>> + BufferEnd = (unsigned char*)-1; >>>>> + } >>>>> + >>>>> + void initConstantPool(MachineConstantPool *MCP); >>>>> + >>>>> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >>>>> + >>>>> + >>>>> + virtual void startFunction(MachineFunction &F) { >>>>> + CurBufferPtr = 0; >>>>> + Fn =...
2008 Apr 07
2
[LLVMdev] Being able to know the jitted code-size before emitting
...+ CurBufferPtr = 0; >>>>>>>> + BufferBegin = 0; >>>>>>>> + BufferEnd = (unsigned char*)-1; >>>>>>>> + } >>>>>>>> + >>>>>>>> + void initConstantPool(MachineConstantPool *MCP); >>>>>>>> + >>>>>>>> + void initJumpTableInfo(MachineJumpTableInfo *MJTI); >>>>>>>> + >>>>>>>> + >>>>>>>> + virtual void startFunction(MachineFunction &F) { >>>&gt...
1999 Apr 16
1
Microsoft Certified Professional Magazine publishes Samba art icle.
I got mcp mag a day or two ago, Great writeup!! I was a little surprised that they ran such a glowing review of samba, with some of the negative implications on NT. It is very nice to see Microsoft show an interest in interoperability. -Steve Roylance > -----Original Message----- > From: Jeremy Alli...