Displaying 20 results from an estimated 3000 matches similar to: "Song"
2002 May 15
1
Permission problems with samba 2.2.x
Hello,
Sometimes I have to create and use Navision Databases on samba shares - this
works with samba 2.0.x but does not with samba 2.2.x (tried 2.2.3a and 2.2.4).
The following tests were done with a acl enabeled samba and an acl aware
kernel/filesystem, but I also have done these tests with acl not compiled into
samba on an host without acl in the kernel - same result, does not work, same
2000 Dec 11
3
YAPQ (Yet Another Patent Question)
Looks like the mpeg gestapo are frantically at work cracking down on mpeg
projects. Several important projects (tsunami mpeg, gogo, faac, etc) were
shut down by the jack booted patent nazis.
Since FhG, mpegla, etc plan to start charging royalties on
everything even remotely mpeg-related very soon, I expect a lot of
interest is going to shift to Vorbis.
And soon thereafter, I expect FhG to attack
2003 Sep 19
4
newby problem - concatenate lists
Hi,
a very basic question:
What ist the easiest way in R to concatenate two lists of vectors?
E.g, I have
x<-list(c(1,2))
y<-list(c(3,4))
and I want to receive
list(c(1,2),c(3,4))
thank you!
Axel
________________________________________
Fraunhofer Institut fuer
Arbeitswirtschaft und Organisation (IAO)
Dipl. Inf. Axel Benz
Nobelstr. 12
D-70569 Stuttgart
Germany
Tel. +49(0)7119702289
Fax.
2004 Aug 06
2
Re: mp3pro and the mp3 streaming license]
> >So uh, you think it's worth more for mp3, than the actual music
> >involved?
> >
> >Come on.
>
> Hmm.. so what you're saying is that for under $2K I can get an unlimited
> distribution license from the recording industry? To burn, distribute,
> sell and market as much of their material as I like? Wow. Sign me up.
Streaming music is $250
2008 Sep 03
2
ANCOVA/glm missing/ignored interaction combinations
Hi
I am using R version 2.7.2. on a windows XP OS and have a question
concerning an analysis of covariance with count data I am trying to do,
I will give details of a scaled down version of the analysis (as I have
more covariates and need to take account of over-dispersion etc etc) but
as I am sure it is only a simple problem but I just can't see how to fix
it.
I have a data set with count
2011 May 17
4
subsetting a list of dataframes
Hello All,
I have a list of dataframes, and I need to subset it by keeping only those
dataframes in the list that meet a certain criterion. Specifically, I need
to generate a second list which only includes those dataframes whose number
of rows is > 1.
Could someone suggest how to do this? I have come close to what I need with
loops and such, but there must be a less clumsy way...
Many
2005 Jul 20
1
maps and data for german federal states
dear R-tists,
i want to graph information for the German Federal States (Bundeslaender) using the maps package. unfortunately there is no maps for the German Bundeslaender.
does anyone have an idea / a source where to get map data that can be used in the maps package that graphs structures below the country level.
in the long run it would also be interesting to integrate Swiss Cantons and
2009 Jul 20
1
randomForest - what is a 'good' pseudo r-squared?
Hi all
I have been trying to use the randomForest package to model insect species abundance in different habitats and identify the key variables (landscape/climate etc) in determining abundance, which has all worked fine and I get nice variable importance plots etc. Many thanks to everyone on this help forum who has given tips/advice along the way.
But the percentage variance explained /pseudo r
2012 Feb 28
2
from data.frame to Venn diagram
Hello All,
I have a data.frame with this structure:
m <- matrix(sample(c(rep('yes', 10, replace = TRUE), rep('no', 10,
replace = TRUE), NA), 500, replace = TRUE), nrow = 100, ncol = 5)
colnames(m) <- colnames(m, do.NULL = FALSE, prefix = "col")
m <- as.data.frame(m)
I need to generate a Venn diagram from this data.frame, displaying the
various intersections of
2003 Sep 26
2
performance question
Hi,
I am about to write functions for multivariate kernel densitiy estimation
with mixed categorical and continuous date (accoring to Jeff Racine and Qi
Li), and the leave-one-out window esitmation needs a lot of computation.
I am now optimizing the code performance and therefore fhe following
questions:
As R uses call-by-value for functions, is it computational expensive to pass
large matrices
2010 Nov 15
2
rotate column names in large matrix
Dear List,
I have a large (1600*1600) matrix generated with symnum, that I am using to
eyeball the structure of a dataset.
I have abbreviated the column names with the abbr.colnames option. One way
to get an even more compact view of the matrix would be to display the
column names rotated by 90 degrees.
Any pointers on how to do this would be most useful. Any other tips for
displaying the
2004 Aug 06
2
Suggestion: The ability to limit the number of ICY connections
On Fri, 21 May 2004, Jack Moffitt wrote:
> Maybe this is a stupid question, but why don't you just use Oddsock's
> plugins which support the better protocol?
Not a stupid question. There's three considerations.
1. This project has around fifty broadcasters. It has been running for
3.5 years, and whilst some have moved to using plugins like SAM which
(presumably) does
2017 Jun 21
1
Cross-Validation for Zero-Inflated Models
Lara:
I see you sent this email to the R helpdesk a really long time ago, but I was just wondering if you ever got an answer to this question. I was just thinking that I would build my own cross validation function, but if you figured out a way to do this automatically, could you let me know?
Thanks,
Eric Weine.
2011 Jun 05
2
kronecker sum
Dear All,
Could someone please suggest how to find the Kronecker sum of two 2x2
matrices,
i.e. given two matrices:
-A A
a -a
and
-B B
b -b
I need:
-A-B A B 0
a -a-B 0 B
b 0 -A-b A
0 b a -a-b
Many thanks,
Lara
[[alternative HTML version deleted]]
2011 Oct 03
1
function recode within sapply
Dear List,
I am using function recode, from package car, within sapply, as follows:
L3 <- LETTERS[1:3]
(d <- data.frame(cbind(x = 1, y = 1:10), fac1 = sample(L3, 10,
replace=TRUE), fac2 = sample(L3, 10, replace=TRUE), fac3 = sample(L3,
10, replace=TRUE)))
str(d)
d[, c("fac1", "fac2")] <- sapply(d[, c("fac1", "fac2")], recode,
"c('A',
2009 Jun 24
1
Random Forest Variable Importance Interpretation
Hi
I am trying to explore the use of random forests for regression to
identify the important environmental/microclimate variables involved in
predicting the abundance of a species in different habitats, there are
approx 40 variable and between 200 and 500 data points depending on the
dataset. I have successfully used the randomForest package to conduct
the analysis and looked at the %IncMSE
2011 Dec 02
1
Plot coordinates with gradien colour according to a different column
Hi everyone,
I'm having problems with plotting my data. I have a set of positions with
different attributes and I'm wondering if I can plot it, as x,y plot, with
gradient colours according to a 3rd factor. Is it possible to show gradient
segments between postions and not one-coloured segment between each one?
I've been trying plotrix color.scale.lines with no luck.
I'm very
2015 Jun 16
4
Ayuda boxplot ggplot2
Hola a todos
Me gustaría saber si me pueden ayudar con lo siguiente.
Realicé un Boxplot usando ggplot2 para visualizar el comportamiento de dos
variables. Visualmente no se notan las diferencias porque la gráfica de la
derecha (parásitos en el abdomen) llega hasta 20 en el eje y. ¿Cómo puedo
hacer para que las dos gráficas muestren la misma escala en el eje Y, es
decir, que las dos lleguen a 60?
2000 Oct 06
2
Patent troubles...
Hi everyone.
Reading all this posts about patent issues, I thought of something:
if, by some wild chance FhG (or some other audio company) manages
to prove in court that vorbis is breaking their patent rights, you could
do something like LAME developers did: release only source code and
let people do the compiling so that only users that are living in countries
where patents on algorithms are
2000 Oct 06
2
Patent troubles...
Hi everyone.
Reading all this posts about patent issues, I thought of something:
if, by some wild chance FhG (or some other audio company) manages
to prove in court that vorbis is breaking their patent rights, you could
do something like LAME developers did: release only source code and
let people do the compiling so that only users that are living in countries
where patents on algorithms are