Displaying 2 results from an estimated 2 matches for "getlost".
Did you mean:
getcost
2010 Jan 12
0
[Solved][Code Snippets] Dropping Empty Regressors
...#####################################
toPurge=c()
for(k in names(newmcReg[[i]])) {
print (paste("check to see if",k,"is a useless regressors for model",i))
if(sum(newmcReg[[i]][k][,1])==length(newmcReg[[i]][k][,1])) {
print(paste("All of",k,"are TRUE"))
getLost=which(names(newmcReg[[i]])==k)
toPurge=c(toPurge,getLost)
print(paste(k, "has been added to the purge list for model", i,"!"))
}
if(sum(newmcReg[[i]][k][,1]==FALSE)==length(newmcReg[[i]][k][,1])) {
print(paste("All of",k,"are FALSE"))
getLost=which(...
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all,
I'm looking for some rudimentary insight on GotoIf() which seems to be
failing on me in my dial plan. All I basically wish to do is block a
particular caller. Sounds easy enough, but my ternary operator/plan
currently is not properly being implemented. Can anyone spot where I'm
being a momo?
All extensions get forwarded to the following macro:
[macro-forward]
; arg1 = phone