Displaying 20 results from an estimated 102 matches for "spe".
Did you mean:
see
2013 Jul 23
1
Heat Map for species - code from Numerical Ecology with R
...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, spe.chwo) spe is the dataframe spe.chwo came from: spe.norm <- decostand(spe, "normalize") spe.ch <- vegdist(spe.norm, "euc") spe.ch.UPGMA <- hclust(spe.ch, method = "average&quo...
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 SPE MAR - CCC", "9843 SPE ANN -...
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...
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, parm="DIA", level=0.95)...
2007 Oct 23
2
Speex with PS3 SPE support
...? In other
words, what is not stable about that branch?
Thanks,
---------------------------
Saad Nader
Middleware Engineer
Powered By Gamespy, IGN
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: Tuesday, October 23, 2007 1:53 AM
To: Saad Nader
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Speex with PS3 SPE support
Hi Saad,
I noticed you've been using 1.0.5. This is actually quite old. There are
many many improvements and optimisations in the unstable branch
(1.2beta2 is the latest) and you should definitely be using that on the
Cell.
C...
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
...c
> Thanks,
> ---------------------------
> Saad Nader
> Middleware Engineer
> Powered By Gamespy, IGN
>
> -----Original Message-----
> From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
> Sent: Tuesday, October 23, 2007 1:53 AM
> To: Saad Nader
> Cc: speex-dev@xiph.org
> Subject: Re: [Speex-dev] Speex with PS3 SPE support
>
> Hi Saad,
>
> I noticed you've been using 1.0.5. This is actually quite old. There are
> many many improvements and optimisations in the unstable branch
> (1.2beta2 is the latest) and you should defin...
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
1,spA,spB,spD,spE,spC
2,spB,...
3,spC,...
4,spC,...
5,spD,...
6,spE,...
Any help are welcome.
cheers
milton
[[alternative HT...
2005 Mar 19
3
Asterisk and Cisco AS53xx/54xx Access Server Platform
...d, on or off list. Relevant 'show' output and
configuration snippets below...
Thanks, and my apologies for the cross-posting,
-a
--==--
Router#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 5350 Software (C5350-IK9S-M), Version 12.3(13), RELEASE SOFTWARE (fc2)
Router#show spe ver
IOS-Bundled Default Firmware-Filename Version Firmware-Type
===================================== ============ =============
system:/ucode/spe_firmware-1 0.10.2.2 SPE firmware
On-Flash Firmware-Filename Version Firmware-Type
======...
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 below for full values). Alas, I do not know what this
means and have struggled to find similar pro...
2000 Aug 14
2
conf. int. for lm() and Up-arrow
...cause I
usually use Windows NT. Now however I?m away from my
office using R on Windows 98 (something I didn\'t plan
to do). Could someone who have had this problem please
tell me how to do to be able to use the Up arrow key
again.
Thanks for all hints!
Sincerely,
Tord Sn?ll
> glm.spe.var<- glm(OSPEABUN~ V1+V2+V3+V4+V5+V6+V7+V8,
family=gaussian, data=R)
> lm.spe.var<- lm(OSPEABUN~V1+V2+V3+V4+V5+V6+V7+V8,
data=R)
> summary(lm.spe.var)
Residuals:
Min 1Q Median 3Q Max
-0.854243 -0.353655 -0.212623 -0.004446 2.729957
Coefficients:...
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., variable weights) on each NMDS axis
vec.sp<-envfit(spe.nmds$points, data, perm=1000, choices=c(1:2))
#plot data in ordination
ordiplot(spe.nmds, choice...
2007 Oct 25
0
Speex with PS3 SPE support
...ns.
> 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, including code quality, performance,
voice quality.
> I like what I'm reading about as far as encoder/decoder quality
> improvements e.g. in the 1.2 betas, and am going to push for testing for
> compatibility against that here in the future, but it would help us if
> you cou...
2007 Oct 24
2
Speex with PS3 SPE support
...I do not
know if it will allow you to avoid the __attribute__ directives. Look at
the TI subdirectory in the main tree for an example of how this is done.
There is a bit of a hack for providing a private stack without changing the
API. I do not think that there is any precedent for platform specific API
changes, such as what you have proposed.
It will take some work to move to the 1.2 branch, but with it comes two
years of improvements in quality and processing and memory efficiency.
Regards,
Jim Crichton
----- Original Message -----
From: "Jean-Marc Valin" <jean-marc....
2007 Oct 24
0
Speex with PS3 SPE support
...if it will allow you to avoid the
> __attribute__ directives. Look at the TI subdirectory in the main
> tree for an example of how this is done. There is a bit of a hack for
> providing a private stack without changing the API. I do not think
> that there is any precedent for platform specific API changes, such
> as what you have proposed.
That reminds me that I've just moved lots of stuff around with the
allocation functions. Can you check that the TI stuff still works with
that? In the end, it'll probably make things easier for you now. For
example, if you link statica...
2007 Oct 25
0
Speex with PS3 SPE support
...n't like to see "unstable". However, I'll gladly send you
a script that can do it on your own version. However, the mainline will
only be marked "stable" once I can say that I'm not going to change
details in the API.
> PS: I wasn't sure what the scope of the speex-dev@xiph.org list was, so
> I left it off of this thread for now.
Pretty much anything about Speex is on-topic for the list. CCing the
list again.
Jean-Marc
> Joost Schuur, Developer Support Manager, IGN Entertainment
> jschuur@gamespy.com, tel: (714) 460-6728, cell: (949) 923 0074...
2007 Oct 25
1
Speex with PS3 SPE support
...er split of codec and DSP stuff is done - probably it make sense to give
codec part "stable" label, while maintaining DSP part as unstable?
I think this will make things much clearer then they are now without
many words being said. :)
Well, it's a generic question, interesting to all Speex users, after
all - do you
want to maintain versions of codec and dsp parts separately or in conjunction?
--
Regards,
Alexander Chemeris.
SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
2005 Jan 11
1
Standard error for the area under a smoothed ROC curve?
...etails. Can anyone
tell me how to calculate the CI of the AUC calculation?
I read this...
http://www.bioconductor.org/repository/devel/vignette/ROCnotes.pdf
Which talks about resampling (by showing R code), but I can't understand
what is going on, or what is calculated (the example given is specific to
microarray analysis I think).
I think a general AUC CI function would be a good addition to the ROC
package.
One more thing, in calculating the AUC I see the splines function is
recomended over the approx function. Here...
http://tolstoy.newcastle.edu.au/R/help/04/10/6138.html
How wo...
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 box:
=================================================================
Error Deleting file or folder:...
2006 Aug 14
1
Lattice barchart with different fill pattern
...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 <- data.frame("year" = rep(1996:2005,10),
"spe" = c(rep("aa",10), rep("bb",10), rep("cc",10), rep("dd",10),
rep("ee",10), rep("ff",10), rep("gg",10),
rep("hh",10),rep("ii",10),rep("jj",10)),
"value" = sample( c(0:10),100 , replac...