Displaying 20 results from an estimated 39 matches for "mott".
Did you mean:
most
2009 Jul 29
1
lrm-function: Interpretation and error message
I have a set of data that is not normally distributed and for which I
need to build a model. So, I tried the lrm function from the
design-package. The first run went well, and I got the following
results:
Wald Statistics Response: RVCL2PROC.mott
Factor Chi-Square d.f. P
TTV.mott (Factor+Higher Order Factors) 69.01 4 <.0001
All Interactions 12.13 3 0.0069
BEHANDLING (Factor+Higher Order Factors) 14.94 6 0.0208...
2004 Jul 16
2
inconsistency in pchisq (PR#7099)
Full_Name: Richard Mott
Version: 1.9.0
OS: Windows XP
Submission from: (NULL) (81.178.233.208)
Shouldn't these give the same answer?
> pchisq(67.60644,df=1,lower.tail=F,ncp=0)
[1] 3.219647e-15
> pchisq(67.60644,df=1,lower.tail=F)
[1] 1.996145e-16
>
2005 Jun 14
5
load ing and saving R objects
...mprising a very
large number of runs in which small (~ 10) random selection of matrices
from the previously computed set are used for linear modeling. So I
need a way to load back named objects previously saved in a call to
save(). I can;t see anyway of doing this. Any ideas?
Thanks
Richard Mott
--
----------------------------------------------------
Richard Mott | Wellcome Trust Centre
tel 01865 287588 | for Human Genetics
fax 01865 287697 | Roosevelt Drive, Oxford OX3 7BN
2005 Apr 26
1
survreg with numerical covariates
...meric(x). Thus, in the
particular example I am analysing, a simple numerical covariate becomes
a factor with 190 levels. Is this the expected behaviour ? Am I doing
something wrong ?
I am running R 2.0.1 on a 64bit Debian Linux system, and version 2.17 of
the survival package
Thanks
Richard Mott
--
----------------------------------------------------
Richard Mott | Wellcome Trust Centre
tel 01865 287588 | for Human Genetics
fax 01865 287697 | Roosevelt Drive, Oxford OX3 7BN
2004 Sep 20
5
persiting complex R objects
...r a vector or a matrix (with ~
2000 rows). The dimensions of the matrices are not all the same. My
ideal would be a set of functions of the form
obj <- create() # computes the object
save(obj,filename)
obj <- load(filename)
--
----------------------------------------------------
Richard Mott | Wellcome Trust Centre
tel 01865 287588 | for Human Genetics
fax 01865 287697 | Roosevelt Drive, Oxford OX3 7BN
2005 May 20
5
load constraints
...happens to the
upload bandwidth of a box running icecast, when more than one client
connects? For example, if a box on a 128kbps upload connection is
serving a 64Kbps stream (and not audio-on-demand) - is it limited to two
connections or is icecast somehow more efficient?
cheers,
Iain
--
Iain Mott
www.reverberant.com
2005 May 11
2
icecast & china
On Wed, 2005-05-11 at 10:37 +0100, gARetH baBB wrote:
> On Wed, 11 May 2005, Iain Mott wrote:
>
> > Tried with http://zhongshuobeijing.dyndns.org:7000/streamname.m3u
> > but was blocked. And at last resolve:
> > http://139.168.32.224:7000/streamname.m3u
>
> Well, 40 minutes later that host is certainly not responding.
>
good morning
No, I shut it do...
2010 Sep 27
2
max length of a factor variable
...ome
cases can be many thousands of characters long. I am trying to find out
why my analysis fails - I just wanted to rule out the possibility that
the internal factor conversion has a problem parsing long strings.
Thanks
Richard
--
----------------------------------------------------
Richard Mott | Wellcome Trust Centre
tel 01865 287588 | for Human Genetics
fax 01865 287697 | Roosevelt Drive, Oxford OX3 7BN
2005 May 10
3
icecast & china
hello list
I'm preparing to do a sound project in china where I hope to broadcast
an mp3 stream using Icecast2. I've set up test system (outside China)
and it seems to be working happily (using Pd to generate audio and the
extension "shoutcast~" to stream to the icecast server).
I've asked a few people in china to tune into these broadcasts and have
run into problems.
2002 Mar 20
0
[Bug 176] New: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel
...ing which hopefully may point to the
origin of the error (I have no understanding of the underlying
mechanisms). Both the client and server systems are running Redhat 7.2,
and have the openssh-3.1p1-2 RPM installed with default X11 configuration, but
running "ssh protocol 1".
# ssh -v mott
OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: restore_uid
debug1: ssh_connect: getuid 258 geteuid 0 anon 0
debug1: Connecting to mott [130.225.86.77] port 22.
debug1: Allocated local port 1009....
2005 May 11
2
icecast & china
...perhaps you mean the localhost? "bicho" is
its name. Pardon me if i'm confused on this.
Will also, tomorrow, try your suggestion of port 443 and Ross'
suggestion of the web port.
cheers, iain
On Wed, 2005-05-11 at 07:43 +0100, gARetH baBB wrote:
> On Wed, 11 May 2005, Iain Mott wrote:
>
> > china. To get around that I sent an IP address instead. A url like:
> > http://ipaddress:7000/streamname.m3u
>
> That's only going to chuck out a .m3u which uses your configured
> <hostname> - what is your <hostname> set to ?
>
> Try 44...
2005 May 20
0
load constraints
...so that more than one computer (more importantly,
more than one internet connection) is broadcasting the signal, which
means you have to have some way of 'distributing' your listeners among
the relays (you'll see lots of discussion about relays in the
archive).
Dan
On 17/05/05, Iain Mott <mott@reverberant.com> wrote:
> hello
>
> Another beginners question..... I've been googling through the icecast
> archives looking for information on how icecast handles multiple
> clients. Haven't been able to find what I'm looking for.
>
> Could someone p...
2012 Apr 10
1
Package boot, funtion cv.glm
...d below), but as the code is too
long and confusing, we'd like to use the cv.glm function out of the boot
package. We've tried it several times, but we don't know how to do ist.
Could anybody help us?
This is our current code for the tool with a manual cross validation:
Thanks a lot,
Motte
--
View this message in context: http://r.789695.n4.nabble.com/Package-boot-funtion-cv-glm-tp4545275p4545275.html
Sent from the R help mailing list archive at Nabble.com.
2005 May 11
0
icecast & china
those address should be:
http://zhongshuobeijing.dyndns.org:7000/puredata.m3u
and
http://139.168.32.224:7000/puredata.m3u
On Thu, 2005-05-12 at 07:10 +1000, Iain Mott wrote:
> On Wed, 2005-05-11 at 10:37 +0100, gARetH baBB wrote:
> > On Wed, 11 May 2005, Iain Mott wrote:
> >
> > > Tried with http://zhongshuobeijing.dyndns.org:7000/streamname.m3u
> > > but was blocked. And at last resolve:
> > > http://139.168.32.224:700...
2005 Dec 08
0
qr with missing dependent variables
...nd then
sort out the discrepancies in the residual SS? More generally, is it
consistent to compute a qr decomposition including rows for which there
are no dependent observations ?
As far as I can see, this problem has not been addressed in R-help, but
my apologies if it has !
Thanks
Richard Mott
--
----------------------------------------------------
Richard Mott | Wellcome Trust Centre
tel 01865 287588 | for Human Genetics
fax 01865 287697 | Roosevelt Drive, Oxford OX3 7BN
2008 Nov 30
1
normal-bracket50bracket-normal?
Hello:
I've found structures like "normal-bracket50bracket-normal" in
help files for R packages including the following:
* "mergeprepare" and "mergematrices" in a document dated
March 3, 2004 by Richard Mott; the second contains
"normal-bracket30bracket-normal".
* "Fperm.fd" and "tperm.fd" in the "fda" package; these help
pages were written primarily by Giles Hooker.
* "compareDerivatives" in the "maxLik" package; t...
2005 Jun 04
2
relay icecast to shoutcast
On Sun, 5 Jun 2005, Iain Mott wrote:
> figured it out! I have a dynamically allocated IP address - and i was
> entering a dynamic DNS name in the shoutcast server config expecting it
> to be resolved. It wasn't. I entered the IP address just then and it
> relays perfectly! Will follow up with the shoutcast serv...
2005 Jun 04
3
relay icecast to shoutcast
thanks geoff - Yes, I had disabled the <alias source="/"
dest="/status.xsl"/> in the config.
To answer your question: If the mountpoint is set to "radio.mp3" and the
host tag is set for a local broadcast. ie.:
<hostname>localhost</hostname> (for testing purposes), this is what
happens when I enter "http://localhost:7000/" into a browser:
2005 Jun 05
2
icecast sound compressor
...org/puredata/ is recomended,
you can set quality/bitrate/samplerate ... while streaming then, and do whateweryou want to your sound
before sending it to icecast, including building your compressor-limiter.
cheers
Ales Zemene
--
http://ales.mur.at
irc.kunstlabor.at #kunstlabor
citation of <mott@reverberant.com> from Sun, Jun 05, 2005 at 09:21:23AM +1000, Iain Mott :
> It'll take a bit of setting up but you could use Miller Puckette's "Pd"
> audio program (www-crca.ucsd.edu/~msp/software.html) and download the
> separate "plugin~" external (ftp://ftp...
2004 Jun 07
1
FreeBSD Security Advisory FreeBSD-SA-04:12.jailroute
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-04:12.jailroute Security Advisory
The FreeBSD Project
Topic: Jailed processes can manipulate host routing tables
Category: core
Module: kernel