Displaying 5 results from an estimated 5 matches for "g14".
Did you mean:
14
2008 Apr 30
2
Sending caller name out PRI?
...fix completed, returning 0
Executed application: AGI
-- Executing [s at macro-dialout-trunk:13] Set("SIP/3991-b7900488",
"OUTNUM=4342") in new stack
Executed application: Set
-- Executing [s at macro-dialout-trunk:14] Set("SIP/3991-b7900488",
"custom=ZAP/g14") in new stack
Executed application: Set
-- Executing [s at macro-dialout-trunk:15] GotoIf("SIP/3991-b7900488",
"1?gocall") in new stack
-- Goto (macro-dialout-trunk,s,17)
Executed application: GotoIf
-- Executing [s at macro-dialout-trunk:17] Macro("SIP/...
2008 Sep 09
1
creating table of averages
..."e33"
[49] "f11" "f12" "f13" "f14"
"f21" "f22"
[55] "f23" "f24" "g11" "g12"
"g13" "g14"
[61] "g21" "g22" "g23" "g24"
"g31" "g32"
[67] "g33" "g41" "g42" "g43"
"h11" "h12"...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2017 Jul 16
3
label sunflower point
Hi,
I create a plot using sunflowerplot, I need to highlight one point to show
its importance. What suggestion you have to accomplish this?
Thanks,
Aden
[[alternative HTML version deleted]]
2003 Apr 18
1
Help with nlme--freq weights, logit model, and more
...from a failed multi-level model run. I am
trying to estimate the following model:
Pr(PLFP=1)= logistic regression ->
B1_j * bm + B2_j * wm + B3_j bf + B4_j wf + B5 yrsed+ B6 age+ B7 age^2+e_ij
B1_j = G01 + G11 bmxd + d1
B2_j = G02 + G12 wmxd + d2
B3_j = G03 + G13 bfxd + d3
B4_j = G04 + G14 wfxd + d4
d1-d4 freely correlated
Note that there is no intercept, so the B1-B4 are race/sex specific
intercepts (bm=black male, wm=white male, bf=black female, wf=white
female).
This model allows the xd variables to influence the means within the
geographic locations (50 states).
SO, my questi...