Displaying 20 results from an estimated 120 matches similar to: "ANOVA Table for Full Linear Model?"
2008 Mar 30
2
convert weekly time series data to monthly
I have weekly time series data with year, month, day, and price variables.
The input data set for the weekly series takes the following form:
Year month day price
1990 8 20 119.1
1990 8 27 124.5
1990 9 3 124.2
1990 9 10 125.2
1990 9 17 126.6
1990 9 24 127.2
1990 10 1 132.1
1990 10 8 133.3
1990 10 15 133.9
1990 10 22 134.5
1990 10 29 133.9
.. ... ... ...
... ... .... ....
2008 3 3 313.7
2008
2007 Nov 09
1
CentOS 5: comment swap in fstab
I'm not sure what gave me this idea, but I decided
to comment out the swap partition in /etc/fstab
and reboot my laptop. I did not run swapoff directly at
any time.
I'm running more things now than I would ever dream of
to hammer my 500MB of memory, but I still notice NO
slowdown. This is the best desktop experience I've
ever had for any OS on any hardware!
Here's the first 12
2006 Jan 05
3
Using STL containers in R/C++
Hi All,
I am in the process of writing an R extension in c++ and am using several
STL containers (e.g., vector<double>, map<int, double>, multimap<int,
double>). I make sure to clear all these containers at the end of the
.Call. Everything compiles and runs just fine, but I'm a bit worried
since I haven't found any other packages that use STL.
So, my question: is it
2006 Sep 13
2
recursive methods for concatenating sets of files
Hello,
I would like to read sets of files within a folder, perhaps using recursive
methods.
Right now, I rename the files before import.
It would be even better to do this without renaming files, without providing
explicit filenames, perhaps by importing files based on chronology,
and translating each filename into a header?
Please excuse my ignorance, and help cure my clunky programming
2008 Apr 03
2
g++ 4.3 warning: deprecated conversion from string constant to ‘char*’
Hello,
I've noticed that with g++ 4.3 I get the following "warning: deprecated
conversion from string constant to ?char*?" when I call e.g.,
Rprintf("Hello world"); or when I try to define a const char e.g., char
lower = 'L';
I am wrapping the c++ code in extern "C" {}. This seems to be something
new with g++ 4.3, because the same code compiled
2009 Aug 19
2
lmer with random slopes for 2 or more first-level factors?
I have data from a design in which items are completely nested within
subjects. Subject is the only second-level factor, but I have
multiple first-level factors (IVs). Say there are 2 such independent
variables that I am interested in. What is the proper syntax to fit a
mixed-effects model with a by-subject random intercept, and by-subject
random slopes for both the 2 IVs?
I can
2002 Aug 27
1
rsync problem in systemimager
Hello,
I'm working on the oscar-1.3 release with my Linux Itanium's cluster to
test cloning process via systemimager.
After having succeeded to boot my client node via the network, when
running the following script : /var/lib/systemimager/scripts/ced1.sh
rsync is able to get small files (e.g : mkdosfs). However, when the
script tries to rsync the whole oscar image in the following way :
2006 Sep 21
2
4.4 kickstart issues
Greetings all,
I'm trying to create a CentOS 4.4 kickstart CD (not a network install),
duplicating what
I've done for Fedora Core 3.
I am having a cirular dependency for initscripts, which causes
initscripts not to be installed
(no /etc/inittab when the boot gets to INIT)
The cascade is:
initscripts-7.39.25.EL-1.centos4 requires /sbin/nash
/sbin/nash is in mkinitrd-4.2.1.8-1
2006 Jul 20
11
3 columns
Hi all,
Not really sure what to put in the title so hope people still open this!
What I want to do is produce something like this
Col1 Col2 Col3
data1 data2 data3
data4 data5 data6
data7 data8 data9
data.. data.. data..
data.. data.. data..
data-n data-n+1 data-n+2
I can get the data back from my db
2005 Jul 27
2
New to CentOS, and wondering about application availability
Centos Mailing List,
Hello. I have just recently installed CentOS on my home computer,
and just joined this mailing list. I have a lot of questions so I will
have quite a few postings in the next few days.
I was using Fedora Core 4 for a few weeks, but it was unstable and
had trouble reading some of my DVD drives and other issues. So, I
decided to switch to another distribution. I
2013 May 17
1
Heroku - Event_Calendar - preventing assets precompile
My App is hosted currently on Heroku, and I attempted to use
elevation/event_calendar <https://github.com/elevation/event_calendar> to
display events because it supported multiday events. I had it working
locally and looking great, but when I tried to push it to the server, it
caused error during the assest precompile. This in turn brought the whole
site down. I had to roll back a few
2003 Nov 20
2
Cisco to use * as a gateway?
I'm not sure if I am wording this correctly, but I'll try.
I have a Cisco 2621 w/ a couple FXO and FXS ports. I have a couple cheap
analog phones plugged into the FXS ports. I am able to get * to ring those
phones when a call comes in, but I cannot get the phones to dial out. I
guess it's all syntax that I'm doing wrong. Does someone have a couple
small snip-its to accomplish
2007 Aug 29
2
understanding queues
Hello,
I feel like I understand how the dial plan works pretty well with one
exception. It seems like queues are using the stdexen macro to ring the
agents/extensions. Is this normal? Is there anyway to configure this
differently?
I realize this is a newbie question, but I have searched google/archives
and haven't been able to find the answer.
Thanks,
Elliot
--------------
2006 Feb 24
2
Rcpp, best method for linking to
Dear all,
After a bit of reading I came across the Rcpp example package. There
are a few classes that I would like to use and I am not sure how best to
include them in my own package. Is it best to compile it as an
independent library and link to it? Or is there some way to `require` it
for my own package? Re-write using the code as an example (unsure how
best to do this at this moment, as
2004 Jul 29
5
Astricon Conference Call?????????
I know this is probably way out there but............
Would it be possible to set up a (Asterisk based) conference call (per
se) with the presentations at the upcoming Astricon conference via
IAXtel (or something similar) so that people who are not able to attend
could join a Meetme conference (listen only) and listen to the content.
There maybe bandwidth issues but this would certainly be an
2012 Mar 08
2
Boxplot Fill Pattern
Hello R Help!
I would like to make a legible boxplot of tree growth rates for each of
seven tree species at each of seven different sites. It's a lot of data to
put on one figure, I know. I made a beautiful, interpretable figure using
color, but my target journal can't deal with color figures. I can use seven
shades of grey to fill the boxes, but the figure then becomes
uninterpretable -
2006 Feb 13
1
new Fedora rails environemt
My first message! Hello Everybody!
I am about to create a Fedora based rails environment. I''m very new to rails
and never installed linux before.
Anybody have any quick, off the top of their head tips before I get started?
This will be a development server.(Obviously, I''ll direct my linux questions
elsewhere)
Thanks,
Dave
2006 Nov 07
0
onboard adaptec SAS RAID controller not seeing drive(s)
I have a Supermicro SuperServer 6025B-3V with their X7DB3 mobo. It
has an onboard Adaptec SAS RAID controller and has been configured
as a RAID1 with two Seagate Cheetah 15k.4 disks. Original attempts at
installing CentOS4.4 x86_64 appeared to load the aic94xx driver, but then
reported something like "No hard drives found...". I grabbed the x86_64
aacraid driver disk from Adaptec
2006 Apr 04
1
change function's formals default values
Hello,
I'm passing a user defined function into my c code. Once this function
is in my c code, I'd like to iteratively change the values associated
with the parameters defined in the function's formal list then evaluate
the function using these newly set defaults (i.e., using lang1(fn)).
My question is, how do I simply change the value associated with each
parameter in this
2010 Mar 22
1
Amazon S3 and ffmpeg
So we are setting up a file upload system for our web app. Files will
be uploaded to Amazon S3, and videos need to be converted to ffmpeg.
We have had problems with uploading of large files timing out, and it
was suggested to us to use http://github.com/elcgit/s3-swf-upload-plugin
for uploading directly to S3. This would fix the timeout, but then
could I use ffmpeg to convert the file once it is