search for: nsp

Displaying 20 results from an estimated 48 matches for "nsp".

Did you mean: np
2003 Mar 06
1
Problems with variable types.
Hi all, I have problems in a dataframe variables types. Look: from a loop function: for(...){ ... dados.fin <- rbind(dados.fin, c(L=j, A=j^2, Nsp=nsps, N=length(amosfin$SP), AmT="am",NAm=nam, AMST=amst)) dados.fin <- rbind(dados.fin, c(L=j, A=j^2, Nsp=nsp, N=nbicho, AmT=...
2003 Apr 09
1
[OFF] Nested or not nested, this is the question.
...ll try to understand nested design. I have the follow example (fiction): I have 12 plots in 4 sizes in 3 replicates (4*3 = 12) In each plot I put 2 species (A and B) to reproduce. After a period I make samples in each board and count the number of individuals total (tot) and individuals A and B (nsp). Others individuals excepts A and B are in total of individuals. This make a dataset with the 24 lines and not 12. Its smell pseudoreplication in a nested design, OK? I need to know: the species are different in proportion? the size affect the species's proportion? existe interaction be...
2011 Mar 20
4
predicting values from multiple regression
Hey List, I did a multiple regression and my final model looks as follows: model9<-lm(calP ~ nsP + I(st^2) + distPr + I(distPr^2)) Now I tried to predict the values for calP from this model using the following function: xv<-seq(0,89,by=1) yv<-predict(model9,list(distPr=xv,st=xv,nsP=xv)) The predicted values are however strange. Now I do not know weather just the model does not fit the...
2006 Feb 13
2
Traffic prioritization and 'class of service' for SIP
...download something, the VOIP calls break up. I found some info at Sprint for adding 'class of service', and I also have some information on configuring our Cisco routers. I've read the relevent pages on the wiki, but it seems vauge what's required and what's required by the NSP (Sprint). How have you dealt with this problem? Is this something which requires the NSP to be involved, or can this all be done on the premises side in IOS configuration(s)? Phil
2004 Aug 02
5
Samba vs NtBackup Round 3.0.5
...rver? I am stuck in the dark ages of NT 4 here, maybe that is a problem... Any help would be very much appreciated as we are now 2 months without a backup :/ Tom ? Tom Hibbert ??? Technical Specialist ? Phone: +64-9-306-0230 Technical Helpdesk: +64-9-306-0234 Mobile: +64-274-307-784 Email: tom@nsp.co.nz Website: http://www.nsp.co.nz ? The information in this email and any attachments is confidential. This information may be subject to legal, professional, or other privilege. It must not be disclosed to any person without our authority. If you are not the intended recipient you are not author...
2006 Feb 04
2
dev86/vmxloader for debian
Hi all I have built a preliminary debian package for dev86, required to build xen with vmx support. you can get my packages here: http://debian.nsp.co.nz/dev86. I have also trivially patched the rules for xen 3 to build the vmxloader and include it in the resulting packages, my builds/sources for these packages are here: http://debian.nsp.co.nz/xen3/. I''m working with debian-mentors to bring the quality of the dev86 package up for...
2011 Jul 08
2
[LLVMdev] Explicit register usage in LLVM assembly
...id > > Hey people, It has been some time since the last email on this topic. Since then i have successfully used your advice and implemented a custom calling convention for my backend that adheres to the runtime system's ABI. To summarize what i do: i have three virtual registers (HP, P, NSP) pinned to some physical registers by defining it in the custom calling convention. I have also defined a custom return cc in order to guarantee that the physical registers also have the correct values on exit of the function. In that way i am sure that the registers are updated both on entrance an...
2007 Aug 24
3
Merging two files together in R
Hi, Thanks in advance for reading this post. I received some affymetrix genotyping data back recently (250K, Nsp array)…However, in order for me to do any analysis on this data set, I need to add append the annotation file to it. Basically I want to do something that looks like this: Snpfile(tab delimited): SNPID Genotype X Y 123 AA 13.4 1.2 456 AB...
2008 Oct 28
1
Source code for ppr (Projection Pursuit Regression)
Dear R users, I am looking for the source code of the implementation of ppr (Projection Pursuit Regression) in R. It will be great if citations of the source papers on which the implementation is based, are also provided. Thank you, Arvind Iyer, Grad student, Deptt. of Biomedical Engineering Viterbi School of Engineering University of Southern California, Los Angeles [[alternative HTML
2001 Oct 25
0
significance of glm complete model
Hi, Is possible to anova function on R calculate the significance of complete glm model? I explain better. I have a glm model: > model1 <- glm(nsp~caules+mo,family=poisson) I make an anova of this: > anova(model1,test="F") Analysis of Deviance Table Model: poisson, link: log Response: nsp Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev F Pr(>F) NULL 6...
2004 Mar 16
0
(no subject)
...o the PDC's LDAP and retrieving the record from there. Unless of course you Samba gurus have already implemented a way to do this easily and painlessly ;) Thanks in advance, ? Tom Hibbert ??? Technical Specialist ? Phone: +64-9-306-0230 DDI: +64-9-306-0234 Mobile: +64-27-430-7784 Email: tom@nsp.co.nz Website: http://www.nsp.co.nz ? The information in this email and any attachments is confidential. This information may be subject to legal, professional, or other privilege. It must not be disclosed to any person without our authority. If you are not the intended recipient you are not author...
2004 Sep 15
1
Samba and NtBackup 3.0.7: Revenge of NtBackup
...contain the fixes for NtBackup connecting to a share? Currently I have to use ftp to copy the data to the server before backing up... not ideal. Thanks in advance ? Tom Hibbert ??? Technical Specialist ? Phone: +64-9-306-0230 Technical Helpdesk: +64-9-306-0234 Mobile: +64-274-307-784 Email: tom@nsp.co.nz Website: http://www.nsp.co.nz ? The information in this email and any attachments is confidential. This information may be subject to legal, professional, or other privilege. It must not be disclosed to any person without our authority. If you are not the intended recipient you are not author...
2009 Aug 31
4
Book on R programming
Most books on R I come across describe running statistical procedures in R. Any suggestions on a good book that teaches *programming* in R? Thanks, Anjan -- ============================= anjan purkayastha, phd bioinformatics analyst whitehead institute for biomedical research nine cambridge center cambridge, ma 02142 purkayas [at] wi [dot] mit [dot] edu 703.740.6939 [[alternative HTML version
2017 Sep 29
2
HiPE calling convention
...1107.pdf and I have couple question to the HiPE calling convention. I am trying to enable HiPE call for Rust compiler. That presentation mentioned that: Virtual registers with “special” use, pinned to hardware registers (unallocatable). VM Register AMD64 Register Native stack pointer %nsp Heap pointer %r15 Process pointer %rbp Reading that I am under impression that both r15 and rbp should not be used in functions marked using "HiPE" calling convention. That's it looks like r15 and rbp are reserved some purpose (like addressing dynamic language arg...
2011 Jul 08
0
[LLVMdev] Explicit register usage in LLVM assembly
...rned by > the 'invoke' instruction is deemed to occur on the edge from the current > block to the "normal" label. If the callee unwinds then no return value is > available." > > In that case, how can i get the values of the pinned registers, i.e. HP, P > and NSP, needed in the Fail code block? You could store them in the exception, assuming your compiler is the one generating the code that throws it...
2004 Aug 26
1
file permissions head-ache on Samba V3.0.4
Hi, I hope that this is a quick answer, as it's probably been answered many times before and I'm just missing a very minor setting in my config. I have just setup a samba server(ver 3.0.4) on a Redhat Enterprise Linux Box ES3. The box has been setup as a member of a Windows NT4 domain, it's to be used as a fileserver for users on the NT domain. I have configured samba to use domain
2008 Dec 09
2
Replacing tabs with appropriate number of spaces
Colleagues, Platform: OS X (but issue applies to all platforms) Version: 2.8.0 I have a mixture of text and data that I am outputting via R to a pdf document (using a fixed-width font). The text contains tabs that align columns properly with a fixed-width font in a terminal window. However, when the PDF document is created, the concept of a tab is not invoked properly and columns do
2011 Jul 09
1
[LLVMdev] Explicit register usage in LLVM assembly
...9;invoke' instruction is deemed to occur on the edge from the current >> block to the "normal" label. If the callee unwinds then no return value is >> available." >> >> In that case, how can i get the values of the pinned registers, i.e. HP, P >> and NSP, needed in the Fail code block? > > You could store them in the exception, assuming your compiler is the > one generating the code that throws it... Hi Frits and thanks for your quick response, Can you elaborate more on this idea? How could i do that? Let me explain quickly how i handle...
2004 May 07
3
Samba 3.0.3 breaks domain somehow.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After upgrading from 3.0.2 to 3.0.3 in a Windows 2000 Native Domain environment, 9x clients can't connect and wbinfo -t doesn't work: bash-2.05a# wbinfo -t checking the trust secret via RPC calls failed error code was NT_STATUS_PIPE_NOT_AVAILABLE (0xc00000ac) Could not check secret Downgrading to 3.0.2 fixes this. I can get log files, but
2011 Apr 02
0
[LLVMdev] Explicit register usage in LLVM assembly
Hi Yiannis, As has been said GHC had this problem (I'm the author of GHC's LLVM backend). GHC uses 4 pinned registers on x86-32 and 16 on x86-64. The solution is to use a custom calling convention. I would argue that this is a better solution then having the registers completely reserved as in the middle of a function llvm can spill those registers to free them up for temporary use. Also,