search for: sgroup

Displaying 3 results from an estimated 3 matches for "sgroup".

Did you mean: group
2005 Jun 15
1
Anohter anova.mlm problem
Hi, yet another anova.mlm problem - it doesn't seem to end. This time, I have a setup with a few within-subject factors and a between-subject factor (SGROUP). Consider the most simple case with only one within-factor (apo): > mlmfit0 <- lm(data.n ~ 0 + SGROUP) > mlmfit1 <- lm(data.n ~ 1 + SGROUP) > anova(mlmfit1,mlmfit0,test="Spherical",M=~hemi,X=~1) Analysis of Variance Table Model 1: data.n ~ 1 + SGROUP Model 2: data.n ~ 0...
2007 Nov 11
0
Patch to sshd match
...in any group " "at line %d", user, line); - } else if (ga_match(grplist, ngrps) != 1) { - debug("user %.100s does not match group %.100s at line %d", - user, arg, line); + } else if (ga_match(grplist, ngrps) == not) { + debug("user %.100s does not match %sgroup %.100s at line %d", + user, notstr, arg, line); } else { - debug("user %.100s matched group %.100s at line %d", user, - arg, line); + debug("user %.100s matched %sgroup %.100s at line %d", user, + notstr, arg, line); result = 1; } out: @@ -550,6 +55...
2010 Nov 07
2
Can only print to the default printer
...y win.ini file: Code: [intl] sLanguage=ENG sCountry=United Kingdom sList=, sCurrency=? iCurrency=0 iNegCurr=1 iCurrDigits=2 iLZero=1 sMonDecimalSep=. sMonGrouping=3;0 sMonThousandSep=, sDecimal=. sThousand=, iDigits=2 Numshape=1 sNativeDigits=0123456789 iNegNumber=1 sNegativeSign=- sPositiveSign= sGrouping=3;0 s1159=AM s2359=PM sTime=: iTime=1 iTLZero=1 sShortDate=dd/MM/yyyy iDate=1 sLongDate=dd MMMM yyyy iLDate=1 sDate=/ iTimePrefix=0 iCalendarType=1 iFirstDayOfWeek=0 iFirstWeekOfYear=0 sTimeFormat=HH:mm:ss sYearMonth=MMMM yyyy iMeasure=0 iCountry=44 iPaperSize=9 [devices] Canon_MP510_Printer=WIN...