Displaying 10 results from an estimated 10 matches for "newyear".
2009 Dec 03
0
Problem with predict() and factors
...<- list()
newFit <- list()
newForecast <- list()
# Following won't work until mcReg contains full variety
linearModel[[1]]=lm(modelSource ~ + UNITBUILD + UNITDB + ITBUILD + ITDB +
UATBUILD + UATDB + HOGANCODE + RCF + ReleaseST1 + ReleaseST2 + ReleaseBLA +
Small.Bank.Acquisitions + HLY.NewYear + HLY.MLK + HLY.PRES + HLY.MEMORIAL +
HLY.J4 + HLY.LABOR + HLY.COLUMBUS + HLY.VETS + HLY.THANKS + HLY.XMAS +
HLY.ELECT + HLY.PATRIOT + EOM,mcReg)
linearModel[[2]]=step(linearModel[[1]], trace=1)
linearModel[[3]]=lm(modelSource ~ + UNITBUILD + UNITDB + ITBUILD + ITDB +
UATBUILD + UATDB + HOGANCODE +...
2009 Jul 21
2
Odd coefficent behavior
...a match I
do later against the original list that doesn't have the random 1
added to the end.
> linearModel[[1]]
Call:
lm(formula = modelSource ~ +UNITBUILD + UNITDB + ITBUILD + ITDB +
UATBUILD + UATDB + HOGANCODE + RCF + ReleaseST1 + ReleaseST2 +
ReleaseBLA + Small.Bank.Acquisitions + HLY.NewYear + HLY.MLK +
HLY.PRES + HLY.MEMORIAL + HLY.J4 + HLY.LABOR + HLY.COLUMBUS +
HLY.VETS + HLY.THANKS + HLY.XMAS + HLY.ELECT + HLY.PATRIOT + EOM,
data = mcReg)
Coefficients:
(Intercept) UNITBUILD1 UNITDB1
405.8326 -8.567...
2009 Jan 08
2
lattice question: independent per-row or per-column scaling?
Hello - and happy newyear to all of you!
I've got some data that I'm plotting with bwplot, a 3x2x3 design where
the observable decreases with the principle independent factor, but at
different rates.
I'd like to get lattice to impose not a single set of axes ranges
identical for all panels, but ranges that are...
1997 Aug 07
3
Samba Won't Start
Hello-
We're running Samba 1.9.14 on UnixWare 2.1.1, well, it was running.
Suddenly it won't start- not when the machine is
booted, not when I try to do it manually in
/etc/rc2.d, from /usr/local/samba/bin or from
the samba source directory. I tried starting
it with debugging but got no messages.
Has anybody seen this problem before?
Any ideas? It may be a system setup problem,
but
2010 Jan 07
1
Drop a part of an array\list\vector?
...TRUE :163 TRUE :165 TRUE :123 Median :0.0000
Mean :0.1556
3rd Qu.:0.0000
Max. :1.0000
Conversions Build.New.Environment HLY.NewYear HLY.MLK
Min. :0.00000 Mode :logical Mode :logical Mode :logical
1st Qu.:0.00000 FALSE:262 FALSE:266 FALSE:264
Median :0.00000 TRUE :8 TRUE :4 TRUE :6
Mean :0.08889
3rd Qu.:0.00000
Max. :1.00000
HLY.PRES HLY.MEMORIAL...
2008 Dec 23
6
Dailplan code for holiday detection?
This has been on my ToDo list far too long.
I have a small call-center setup, with basic
time of day/day of week validation before putting
callers in the queues.
With the holidays upon us, I need to add check to
see if 'today' is a holiday so I do not put callers
in unmanned queues. Due to how the agents work, I have
to allow joinwhenempty.
Does anyone have a snippet of dialplan code,
2003 Dec 29
5
include a file ?
ok, I've got yet another newbie question.
My extensions.conf is getting rather longish and I'm getting dizzy
moving back and forth editing this thing. Can I use the include command
to include a file in order to break extensions.conf up into more
manageable pieces ? Is breaking up the extension.conf file an OK thing
to do ?
Maybe something like this:
include
2004 May 30
6
*** Asterisk Sunday News: Gone Fishing...
...days
include => gonefishing|*|*|*|jun-aug
* Evening shift
include => redirecttobkw|17-24|mon-fri|*|*
Working with context includes that depend on time of day, day of week or month is
really a powerful feature of Asterisk. The Asterisk handbook (draft 2) provides
the following example:
[newyears]
exten => s,1,Playback(happy-new-years)
[daytime]
exten => s,1,Dial(Zap/1,20)
[nighttime]
exten => s,1,Playback(after-hours-msg)
[default]
include => newyears||||1|jan
include => daytime|9:00-17:00|mon-fri
include => nighttime
Read more
* http...
2009 Dec 08
0
Holiday Gift Perl Script for US Holiday Dummy Regressors
...uot;Start Date: ",UnixDate($startDate,"%m/%d/%Y"),"\n";
print "End Date: ",$end,"\n";
print "Last Day in Month: ",UnixDate(ParseDate("last day in JAN
2004"),"%m/%d/%Y"),"\n";
#HEADER OUTpUT
print
"Date,HLY-NewYear,HLY-MLK,HLY-PRES,HLY-MEMORIAL,HLY-J4,HLY-LABOR,HLY-COLUMBUS,HLY-VETS,HLY-THANKS,HLY-XMAS,HLY-ELECT,HLY-PATRIOT,EOM\n";
$baseDate=$startDate;
if ($scope eq "d"){
while(Date_Cmp($baseDate,$endDate)<0)
{
print UnixDate($baseDate,"%m/%d/%Y"), ",";
if(holidayCheck...
2009 Dec 08
0
Opps Correct Version of Holiday Regressor Perl Script
...e: ",UnixDate($startDate,"%m/%d/%Y"),"\n";
print OUTFILE "End Date: ",$end,"\n";
# print OUTFILE "Last Day in Month: ",UnixDate(ParseDate("last day in JAN
2004"),"%m/%d/%Y"),"\n";
print OUTFILE
"Date,HLY-NewYear,HLY-MLK,HLY-PRES,HLY-MEMORIAL,HLY-J4,HLY-LABOR,HLY-COLUMBUS,HLY-VETS,HLY-THANKS,HLY-XMA
S,HLY-ELECT,HLY-PATRIOT,EOM\n";
$baseDate=$startDate;
if ($scope eq "d"){
while(Date_Cmp($baseDate,$endDate)<0)
{
print OUTFILE UnixDate($baseDate,"%m/%d/%Y"), ",";
if(ho...