Displaying 16 results from an estimated 16 matches for "maude".
Did you mean:
made
2006 Jul 13
1
TR: Latent Class Analysis
_____
De : Pousset [mailto:maud.pousset@noos.fr]
Envoyé : mardi 4 juillet 2006 18:38
À : 'r-help@stat.math.ethz.ch'
Objet : Latent Class Analysis
Hello everybody,
I am working on latent class analysis and have already used the ‘R’ function
« lca » (in the e1071 package). I ‘ve got interesting results but I can’t
simply find out the methodology used by this routine :
1) What
2020 Jun 09
2
valgrind false positive on R startup?
Hi all,
I'm on Ubuntu 18.04, running R-4.0.0 which I compiled from source, and
using valgrind I am always seeing the following message. Does anybody
else see that? Is that a known false positive? Any ideas how to
fix/suppress? Seems related to TRE, do I need to upgrade that?
(base) tdhock at maude-MacBookPro:~/R/binsegRcpp$ R --vanilla -d valgrind
-e 'extSoftVersion()'
==9565== Memcheck, a memory error detector
==9565== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==9565== Command: /hom...
2007 Jul 25
1
regarding polylines
...on(window.onload,function() {
map = new Mapstraction("map_div","yahoo");
map.setCenterAndZoom(new LatLonPoint(37.3853,-122.0172
),12);map.addSmallControls();
map.addMarkerGroup(new MarkerGroup([addDataToMarker(new Marker(new
LatLonPoint(37.3853,-122.0172)),{infoBubble : "Maude & Fair Oaks <br/> Next
bus is at 14:19:00"}),addDataToMarker(new Marker(new LatLonPoint(37.3958,-
121.9914)),{infoBubble : "Fairwood & Sandia <br/> Next bus is at
14:37:00"}),addDataToMarker(new Marker(new
LatLonPoint(37.4034,-121.9958)),{infoBubble
: "Lawren...
2008 Apr 15
1
glm syntax question
Hello,
I'm new to R and have a very basic syntax question for the
functionglm. I am using the function glm() to do a regression on a
data set. I want to run this function in a while loop, so I need to be
able to do two things:
(1) I need to be able to have my list of variables in the regression
be based from a variable vector instead of hard code.
(2) I need to be able to collect the
2006 May 04
1
[LLVMdev] Idea for the Summer of Code
Hi all,
I have an idea for a proposal for the summer of code which I think is pretty
cool, but I wanted to run it past you all to see what you thought of it
first.
Basically, the proposal is to use LLVM as a test bed for a more theoretical
idea I have. I want to develop a grammar-level way of formally specifying
how to translate between two languages. Borrowing from XSLT (a way of
transforming
2020 Jun 10
0
valgrind false positive on R startup?
...tu 18.04, running R-4.0.0 which I compiled from source, and
> using valgrind I am always seeing the following message. Does anybody
> else see that? Is that a known false positive? Any ideas how to
> fix/suppress? Seems related to TRE, do I need to upgrade that?
>
> (base) tdhock at maude-MacBookPro:~/R/binsegRcpp$ R --vanilla -d valgrind
> -e 'extSoftVersion()'
> ==9565== Memcheck, a memory error detector
> ==9565== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
> ==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
&g...
2005 Aug 29
1
Previewing oggvorbis files in GNOME...
Hi. I'm wondering if anyone out there can give me a little help trying
to figure something out: I presently am running CentOS4.1 with GNOME as
my desktop (It runs quite well, I must say!). I just have a little
curiosity: I have a few audio files (.wav, .mp3 and .ogg) and I like to
"preview" them. When run my mouse over the .wav files (and mp3 files)
the
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2004 Aug 09
1
Verbose Logs?
...0.93) connect to
service P
rofiles initially as user kaili (uid=544, gid=544) (pid 9798) : 3 Time(s)
smbd/service.c:make_connection_snum(619) lisa (10.1.50.93) connect to
service n
etlogon initially as user kaili (uid=544, gid=544) (pid 9798) : 1 Time(s)
smbd/service.c:make_connection_snum(619) maude (10.1.50.38) connect to
service
there are a few more pages of the connect to service netlogon errors
please help me!
2008 Apr 19
1
Regular Expressions Help
I am having some trouble learning regular expressions. Let me describe
the general problem I am dealing with. Consider the following setup:
Joe<- c(1,2,3)
Bob<- c(2,4,6)
Alice <- c(9,8,7)
Matrix <- cbind(Joe, Bob, Alice)
St <- c("Bob", "Alice", "Alice:Bob")
Now I want to make a new matrix having only the column's listed in St
that were in Matrix
2008 Nov 04
0
Spatstat - Birth Death Process Simulation
Hello,
I would like to use the spatstat package to generate realizations from a
spatial birth death process. The death rate is dependent on the pairwise
interaction function.
1 - I'd like to know how to define my own interaction potential function
2 - I'm not sure which model to use for a birth death process (my parameters
are the birth and death rates)
Any help would be greatly
2006 Mar 14
1
invalid wav gsm frame size: 1 bytes ??
I couldn't find any specific reference to this but maybe Im missing
something completly...
anyways, when trying to mix a few wav files together post-recording (the
-in/-out files) using a pretty vanila soxmix line, I get the error:
Done Mixing OUT115-20060215-150749-1139976460.7898-out.WAV.....
Mixing OUT115-20060215-155022-1139979011.8787.....
/usr/bin/soxmix: invalid wav gsm frame size: 1
2004 Oct 28
1
Odd login issue [early Samba]
Cobalt RAQ2/Samba 1.9.18p10
I *know* this is an unconscionably old version of Samba which I will
upgrade as soon as possible, but first I have to get control of things
at a new job and inventory what exists and where. I just got hired one
day ago, thus for now Im just "putting out fires" for a few days.
A RAQ2 is being used as a single site DNS/Fileserver/Mailserver for a
department
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2010 Dec 12
5
Stripping silent periods from MP3s
I'm on Centos 5.5, and would like to use sox to strip out
any periods of silence > 5 seconds from a batch mp3 audio
files.
Googling I found sox, but it does not seem to support mp3
files by default.
The man page says:
.mp3 MP3 Compressed Audio
MP3 audio files come from the MPEG standards for audio and video
compression. They are a lossy compression format that achieves
2006 Jul 17
6
Output and Word
Hi
I have just started to have a look at R. I have used most stats software
packages and can use perl, visual basic etc. I am interested in how well
it handles lots of output e.g. tables or charts. How would you get lots
of output most easily and quickly into a Word document?
Sharon Snowdon
------------------------------------------------------------------------
-
FIGHT BACK AGAINST SPAM!