Displaying 7 results from an estimated 7 matches for "ch13".
Did you mean:
c13
2003 Jul 22
1
Processing a large number of files
...ets/SPSS/" # change as appropriate
Rdata = "/tmp/Devore6/data/" # change as appropriate
chapters = c("CH01", "CH04", "CH06", "CH07", "CH08", "CH09",
"CH10", "CH11", "CH12", "CH13", "CH15", "Ch14", "Ch16")
for (ch in chapters) {
path = paste(SPSS, ch, sep = '')
files = list.files(path = path, pattern = '*.sav')
for (ff in files) {
dsn = gsub('-', '.', gsub('\.sav$', '', ff)...
2000 Feb 29
0
Re: arima in ts.
...ong with ARIMA, what is a fast-pace source that you would
> recommend (to a beginner) ?
1) arima0 is explicitly a provisional function: it will be replaced
shortly.
2) Venables & Ripley third edition (1999) (see the CRAN doc page) has
many worked examples in S-PLUS, and the script ch13.R distributed
with the MASS package (in the VR bundle) has the changes need to use this
with R.
As far as I know there is no other source, nor for a provisional function
would I expect one.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, htt...
2011 Mar 17
1
Status of Queue Members
Hi,
I'm trying to work out an issue with call queues.
I need the calls that are in a queue to be kicked out if all members are unavailable (for example if all SIP members are having network problems).
I tried leavewhenempty = yes but that only seems works when all queue members specifically log out of a queue.
I've looked at autopause, but we need it to automatically un-pause once it
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
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
2006 Feb 08
5
debugging 500 Internal Server Error when dispatch.fcgi run?
I''m trying to get my Ruby on Rails application to work under Apache. It
works fine when run as WEBrick ("ruby script/server").
As suggested in
http://www.ocssolutions.com/support/ruby/troubleshooting-ruby-on-rails.php
, I tried running dispatch.fcgi on the command line. When I run it, no
matter where I run it, it outputs:
500 Internal Server Error
Both the #! (shebang)
2004 Mar 31
3
help with the usage of "randomForest"
Dear all,
Can anybody give me some hint on the following error msg I got with using
randomForest?
I have two-class classification problem. The data file "sample" is:
----------------------------------------------------------
udomain.edu udomain.hcs hpclass
1 1.0000 1 not
2 NA 2 not
3 NA 0.8 not
4 NA 0.2 hp
5 NA 0.9 hp
------------------------------------------------------------
The