similar to: conf. int. for lm() and Up-arrow

Displaying 20 results from an estimated 200 matches similar to: "conf. int. for lm() and Up-arrow"

2013 Jul 23
1
Heat Map for species - code from Numerical Ecology with R
Hello, I am relatively new to R and I am working through the code that is provided in the book Numerical Ecology with R and I have run across an error message that I can't seem to figure out. I am using the vegan, ade4, gclus and cluster packages. The code is as follows: # Ordered community table # Species are ordered by their weighted averages on site scores or <- vegemite(spe,
2010 Aug 09
3
Regular Expression
Hi all, >From a list of strings, I desire to filter out the followings: 1. Digits at the beginning of the strings 2. Character "SPE" following the digits (if it exists) 3. Any characters followed by hyphen The following produces the desired result, but would like to know whether this can be done more efficiently. Any suggestions would be much appreciated. dat <- c("2148
2008 Oct 20
1
Calculate SPE in PLS package
Dear list, I want to calculate SPE (squared prediction error) in x-space, can someone help? Here are my codes: fit.pls<- plsr(Y~X,data=DAT,ncomp=3,scale=T,method='oscorespls',validation="CV",x= T) actual<-fit.pls$model$X pred<-fit.pls$scores %*% t(fit.pls$loadings) SPE.x<-rowSums((actual-pred)^2) Am I missing something here? Thanks in advance. Stella Sim
2000 Jul 21
1
confint() error
Dear all, I have run the confint() function according to below and I get the following error message: > confint(stepAIC.glm.spe.var.konn2.abund, level=0.95) Waiting for profiling to be done... Error: missing value where logical needed In addition: Warning message: NaNs produced in: sqrt((fm$deviance - OriginalDeviance)/DispersionParameter) or > confint(stepAIC.glm.spe.var.konn2.abund,
2007 Oct 23
2
Speex with PS3 SPE support
Hi Jean-Marc, We needed to use a release version of the SDK because this part of production code for our Sony implementations. I'm not sure how stable that branch is. Is the encoding and decoding already stable? In other words, what is not stable about that branch? Thanks, --------------------------- Saad Nader Middleware Engineer Powered By Gamespy, IGN -----Original Message----- From:
2007 Oct 23
2
Speex with PS3 SPE support
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: speex-1.0.5.zip Type: application/x-zip-compressed Size: 641376 bytes Desc: speex-1.0.5.zip Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20071022/2447cf50/speex-1.0.5-0001.bin
2007 Oct 23
0
Speex with PS3 SPE support
Saad Nader wrote: > We needed to use a release version of the SDK because this part of > production code for our Sony implementations. I'm not sure how stable > that branch is. Is the encoding and decoding already stable? In other > words, what is not stable about that branch? It's listed as "unstable" in the sense of "I might change the API" and that is
2009 Oct 19
1
updating columns using other column as reference
Dear R-gurus, Just supose I have a dara.frame that looks like myDF<-read.table(stdin(),head=T,sep=",") codID,namesp,k1,k2,k3,k4 1,spA,2,5,6,3 2,spB,4,5,4,6 3,spC,2,1,5,6 4,spC,5,4,3,2 5,spD,1,2,3,4 6,spE,2,4,3,1 I need to update the columns k1-k4 with the namesp, but considering the math between Kx and codID. My desired output must looks like: codID,namesp,k1,k2,k3,k4
2005 Mar 19
3
Asterisk and Cisco AS53xx/54xx Access Server Platform
Hello, I've got an ISDN PRI circuit terminating in a Cisco AS5350, which in turn is talking to an Asterisk server via SIP for call origination and termination. Seems simple enough, and it works for the most part, but: 1) Caller ID name data comes in on the PRI, but doesn't appear to get handed off to the Asterisk server via SIP, at least not in any format that Asterisk
2011 Feb 10
2
Rioja package, creating transfer function, WA, "Error in FUN"
Hi, I am a new R user and am trying to construct a palaeoenvironmental transfer function (weighted averaging method) using the package rioja. I've managed to insert the two matrices (the species abundance and the environmental data) and have assigned them to the y and x values respectively. When I try and enter the 'WA' function though, I get an 'Error in FUN' message (see
2012 Jul 27
1
labeling loading vectors in vegan
Hello, I am using vegan to do an NMDS plot and I would like to suppress the labels for the loading vectors. Is this possible? Alternatively, how can I avoid overlap? Many thanks for the help. Example code: #perform NMDS using metaMDS() function spe.nmds<-metaMDS(data, distance='bray',k=2 , engine = "isoMDS", autotransform=F, trymax=1000) #calculate the loading (i.e.,
2007 Oct 25
0
Speex with PS3 SPE support
Joost Schuur wrote: > Saad has been keeping me in the loop on your recent discussions. > Since all of our testing has been against 1.0.5, based on that being the > last non-beta version, that's the particular scope of the task that Saad > is working on right now. I'm just saying it's useless to do any work on 1.0.5. It is inferior to the latest beta in all aspects,
2007 Oct 24
2
Speex with PS3 SPE support
Please correct me if I am wrong, Jean-Marc, but I do not think that any patches are getting applied to 1.0.5 anyway. Also, if you expect a patch to be applied, you will need to provide the changes as a patch, not as a modified copy of the source tree. The 1.2 branch includes a mechanism for private memory allocation from a static buffer. You provide a usermisc.h file that replaces the
2007 Oct 24
0
Speex with PS3 SPE support
Hi Jim, Jim Crichton wrote: > Please correct me if I am wrong, Jean-Marc, but I do not think that > any patches are getting applied to 1.0.5 anyway. Also, if you expect > a patch to be applied, you will need to provide the changes as a > patch, not as a modified copy of the source tree. That's right. I won't be applying anything 1.0.5 unless it's a security issue or
2007 Oct 25
0
Speex with PS3 SPE support
Joost Schuur wrote: > My primary concern is the use of the word 'unstable' on the current > download page for 1.2b2. One of our major devloper partners in > particular saw that reference and opted to use 1.0.5 on their PS3 title, > which is why we based our work for them on 1.0.5. The kind of commercial > game developers that are our customers aren't going to have the
2007 Oct 25
1
Speex with PS3 SPE support
Hi, On 10/26/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > Joost Schuur wrote: > > My primary concern is the use of the word 'unstable' on the current > > download page for 1.2b2. One of our major devloper partners in > > particular saw that reference and opted to use 1.0.5 on their PS3 title, > > which is why we based our work for them
2005 Jan 11
1
Standard error for the area under a smoothed ROC curve?
Hello, I am making some use of ROC curve analysis. I find much help on the mailing list, and I have used the Area Under the Curve (AUC) functions from the ROC function in the bioconductor project... http://www.bioconductor.org/repository/release1.5/package/Source/ ROC_1.0.13.tar.gz However, I read here... http://www.medcalc.be/manual/mpage06-13b.php "The 95% confidence interval for
2003 Sep 22
1
creates directory that can't be deleted (PR#4246)
Full_Name: Xiaobao Wang Version: R 1.7.1 OS: Windows XP Submission from: (NULL) (24.45.25.102) accidentally done the following: rpt.dir <- paste("c:/report/testR","bestsub",spe="/") dir.create(rpt.dir) (spe should be sep). Now the directory "c:/report/testR bestsub " cannot be removed. I tried to remove it from Windows Explorer and got the message
2006 Aug 14
1
Lattice barchart with different fill pattern
Dear list, I am new to lattice plots. I want to make a barchart with 10 and more levels. I need to use a grey scale for printing purposes. The problem is that with 10 or more levels in factors it is very difficult to distinguish each level in the plot and legend, since the greys are very similar (some levels have value of zero and don't appear). Here is an example of my problem: df <-
1997 Oct 31
7
NT Domain logon
On Thu, 30 Oct 1997, Nathan Neulinger wrote: > > you'll need to do encrypted passwords for your users. what version of > > unix are you using? have you looked into PAMs? (plug-in authentication > > modules) > > The problem is, we'll never have cleartext passwords for the user. > Maintaining a separate password database is unnaceptable. If we wanted to