search for: ch05

Displaying 19 results from an estimated 19 matches for "ch05".

Did you mean: ch0
2004 Jul 28
3
where is "average shifted histogram"?
Hello! In the book Modern Applied Statistics with S (4th ed), section 5.6 the concept of the "average shifted histogram" or ASH is mentionend. Also it is mentioned in the same section "The code used is in the scripts for this chapter" (from figure caption 5.8, analysis of the geyser duration data). *However*, I have trouble finding the code for that function! Admittedly, I am a
2017 Mar 29
3
upsd/upsc, LISTEN and hostname resolution in master/slave
...didn't understand your previous explanation, but to me there's still a bigger issue/unclear behavior. Let's say I just installed ubuntu on a machine with hostname server1 and ip 192.168.0.1 . In /etc/hosts I end up with two lines (per https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#s-net-dns): 127.0.0.1 localhost 127.0.1.1 server1 server1.domain (notice the two entries, with and without domain) I then have bind configured on the network to resolve server1 to 192.168.0.1 If at this point I install NUT and set upsd.conf as a server and set the line such as: LISTEN s...
2003 Feb 05
2
big ps-files
To R-users I have been using R for many years and I am very happy with it. One thing puzzles me. Graphic postscript files tend to become quite big, much bigger than corresponding splus postscript files. Does anybody have a hint to avoid this? best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland
2009 Feb 21
1
density estimate
Hi R Gurus: I have a tiny data set: > xs [1] 0.7 2.8 0.1 1.9 0.0 1.4 0.2 2.3 0.3 0.2 > and generate the density function for it. I would like to replicate this. Is there a straightforward way to do this, please? According to the help file, the FFT is used. How does this compare to Silverman's version from his page 15 Equation 2.2a, please? Thanks, Edna Bell
2009 Apr 14
1
Histogram and moving average
Hi everyone, I have a 'basic' issue and hope someone has a bit of code to solve it. I have two populations plotted as histograms on the same figure. Basically I want to add the moving average (based on hist) for both populations on my graph. I'm also interested in the x coordinate of the curves intersection. Any thoughts? Your help would be much appreciated! Thanks, Gan
2009 Feb 23
3
5ess
Anyone using 5ess with success? I have a customer that wants to use it. Seems to WORK for a short time then there are errors on the D-channel and their side (nortel switch) shuts down the channel. They were saying something about a slip error. I dont know this term. I am using dahdi 2.1.0.4 and asterisk 1.4.22 and libpri 1.4.7 Any ideas? jerry
2002 Oct 18
1
Slow transfer file between Windows and Samba PDC (2.2 .3a)
Guillaume Found this in the Network Admin Guide - http://www.oreilly.com/catalog/linag2/book/ch05.html#X-087-2-IFACE.IFCONFIG "Receiver overruns usually occur when packets come in faster than the kernel can service the last interrupt." I think you definitely have a problem with your NIC on the Samba machine. I would swap it out and/or change the cable and see if that cures things....
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming. The main point of the package is to help make command-line runnable RScript files. I'd like to provide a demo RScript file, a demo data file (e.g. a plaintext file, not something already processed by R) , as well as demo bash shell scripts that demonstrate how to run the job from the command line and in a Hadoop
2017 Jun 20
2
Re: virtual drive performance
...tual box we don't see > such an impact. What does virtual box do differently to improve virtualized > IO and could that help libvirt/qemu/kvm? > > Hello, I would jump here to try to put some information Even in virtualbox, at virtual storage chapter https://www.virtualbox.org/manual/ch05.html you get: " In general, you should avoid IDE unless it is the only controller supported by your guest. Whether you use SATA, SCSI or SAS does not make any real difference. The variety of controllers is only supplied for VirtualBox for compatibility with existing hardware and other hypervi...
2009 Apr 01
3
Fit unequal variance model in R
I'am trying to develop some code if R, which would correspond to what I did in SAS. The data look like: Treatment Replicate group1 GSI Control A 1 0.81301 Control B 1 1.06061 Control C 1 1.26350 Control D 1 0.93284 Low A 2 0.79359 Low B
2006 May 11
1
Mixed Model notation SAS -> R
Dear experts, I'm trying to transfer a mixed model developed in SAS to R. This it what it looks like in SAS: proc mixed method=ml; class a b c subj; model y = a|b|c; repeated /subject=subj type=ar(1); I tried something like this in R: mixed <- lme(y ~ a + b + c + a*b + a*c + b*c + a*b*c, random = ~ 1 | subj, correlation = corAR1(form = ~ 1 | subj)
2008 Nov 20
4
Fitting a sine wave using solver
Greetings, I have several sets of oscillation data and would like to estimate the parameters of a sine function to each set (and hopefully automate this). A colleague provided an excel sheet that uses solver to minimize the RSS after fitting the sine function to each data set, but this cumbersome and difficult to automate. Is there a method in R for fitting a given sine function to a
2000 Aug 12
1
Batch Execution of R
R Team: This is most likely a trivial question, but after searching docs for several weeks and digging through Rweb and RCGI, I could not clearly identify the method to call an R method from Linux or Win32 systems and send the output to a file. I would like to implement R as part of an online client-server application for a geographically spaced engineering team an would like to know how to run
2017 Mar 29
2
upsd/upsc, LISTEN and hostname resolution in master/slave
2017-03-29 12:32 GMT+02:00 Arnaud Quette <arnaud.quette at gmail.com>: > > > 2017-03-29 5:49 GMT+02:00 Spike <spike at drba.org>: > (...) > >> Is this really the desired behavior? I can certainly work with it, but it >> seems it'd be nice if it could work with dns resolution (at least client >> side, the LISTEN statement I guess it's ok), but
2017 Jun 15
3
Re: virtual drive performance
On Wed, 2017-06-14 at 15:32 -0300, Thiago Oliveira wrote: [...] > I can see other thing, for example, change the hda=IDE to virtio. I'd say switching the disk from IDE to virtio should be the very first step - and while you're at it, you might as well use virtio for the network interface too. --  Andrea Bolognani / Red Hat / Virtualization
2017 Mar 29
0
upsd/upsc, LISTEN and hostname resolution in master/slave
...previous explanation, but to me there's still > a bigger issue/unclear behavior. > > Let's say I just installed ubuntu on a machine with hostname server1 > and ip 192.168.0.1 . In /etc/hosts I end up with two lines (per > https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#s-net-dns): > > 127.0.0.1 localhost > 127.0.1.1 server1 server1.domain (notice the two entries, with and > without domain) > > I then have bind configured on the network to resolve server1 > to 192.168.0.1 > > If at this point I install NUT and set upsd.conf as...
2017 Mar 29
1
upsd/upsc, LISTEN and hostname resolution in master/slave
...ur previous explanation, but to me there's still a > bigger issue/unclear behavior. > > Let's say I just installed ubuntu on a machine with hostname server1 and > ip 192.168.0.1 . In /etc/hosts I end up with two lines (per > https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#s-net-dns > ): > > 127.0.0.1 localhost > 127.0.1.1 server1 server1.domain (notice the two entries, with and without > domain) > > I then have bind configured on the network to resolve server1 > to 192.168.0.1 > > If at this point I install NUT and set upsd.conf...
2012 May 02
3
Consulta gráfica
  Hola,   Por favor, ¿podríais indicarme qué recursos (librerías o ideas) pueden resultar de utilidad para crear un gráfico del estilo del de la figura 3.8 del siguiente link?   http://www.tsc.uvigo.es/BIO/Bioing/ChrLDoc3.html#3.5   Actualmente estoy utilizando funciones muy básicas y la verdad es que no me encuentro muy satisfecha con el resultado.   Muchas gracias.   Eva [[alternative HTML
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel 2.6.9-22.0.2.ELsmp); everything works more or less fine, it's functioning as the PDC with an OpenLDAP back end (setup essentially straight from the Idealx.org playbook), etc. We're trying to mount Windows shares to back them up, and getting "permission denied" errors when trying to read certain files from those