Displaying 3 results from an estimated 3 matches for "numlist".
Did you mean:
sumlist
2006 Nov 01
0
AEL2 - CUT function usage
Hi,
In Asterisk 1.2.7, my AEL code looks like this:
macro callForwardHunt(numargs,numlist,typelist,ttr)
{
for(x=1;${x}<${numargs}+1;x=${x}+1)
{
CUT(number=numlist,-,${x});
CUT(type=typelist,-,${x});
NoOp(${number});
NoOp(${type});
Dial(${type}${number},${ttr});
};
};
In A...
2012 May 31
2
Loop question
...]/Lx$Lw3[i]
Lx$sw4[i] <- Lx$Lw4[i+1]/Lx$Lw4[i]
Lx$sw5[i] <- Lx$Lw5[i+1]/Lx$Lw5[i]
}
How I could also create the variable names (letters b and w, and
numbers from 1 to 5 in s and L variables) using a loop in R?
In Stata I can use this command:
foreach r in b w {;
foreach s of numlist 0(5)40 {;
foreach ed of numlist 1/5 {;
local f = `s'+5;
scalar define rL`r'`ed'_`f'over`s' = L`r'`ed'_`f' / L`r'`ed'_`s';
};
};
};
but I do not how to do it in R.
Thank you in advan...
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...uot; type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
theme_advanced_toolbar_location : "top",
theme_advanced_buttons1 : "bold, italic, underline,
strikethrough, separator, bullist, numlist",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : ""
});
</script>
<script language="javascript" type="text/javascript">
function printfire()
{
if (document.createEvent)...