Displaying 10 results from an estimated 10 matches for "newyears".
Did you mean:
newyear
2009 Dec 03
0
Problem with predict() and factors
I am working on a script that takes numeric performance indicators and runs
them against a series of regressors (dummy regressors, yes\no stuff via 0
and 1, e.g. Was is Christmas this week 0=no, 1=yes).
The script is as follows (Written as a function):
-- Begin Script --
doEnv <- function(HOUR,ENVNAME,REPORTNAME) {
library(RODBC)
library(forecast)
library("geneplotter")
2009 Jul 21
2
Odd coefficent behavior
Why are my coefficients getting appended with a 1? It borks 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 +
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 identical for each panel
row or each column. Effects will stand out much
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?
I did have a verbose description of why but rather then make everyone's eyes
bleed with useless details I ask the following :)
To make a long story short: How can I make newmcReg[[i]]["PreIO308"] go
away in the following list... er vector... no wait array.... dataframe....
awww crap...
summary(newmcReg[[i]])
UNITBUILD UNITDB ITBUILD ITDB
Mode :logical
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
##### BEGIN CODE ######
#!/usr/bin/perl
######
#
# --start, -s = The date you would like to start generating regressors
#--end, -e = When to stop generating holiday regressros
# --scope, -c = D, W for Daily or Weekly respectively (e.g. Does this week
have a particular holiday)
# --file, -f = Ummm where to write the output silly!
#
# **NOTE** The EOM holiday is "End of Month" for
2009 Dec 08
0
Opps Correct Version of Holiday Regressor Perl Script
Here is the correct version. The old version is the redirect only version of
the script.
### BEGIN SCRIPT ####
#!/usr/bin/perl
######
# --start, -s = The date you would like to start generating regressors
#--end, -e = When to stop generating holiday regressros
# --scope, -c = D, W for Daily or Weekly respectively (e.g. Does this week
have a particular holiday)
# --file, -f = Ummm where to write