search for: i9

Displaying 20 results from an estimated 58 matches for "i9".

Did you mean: 9i
2012 Aug 06
3
test if elements of a character vector contain letters
...at I'm approaching the problem in a wrong way. Suppose the following character vector: > (x[1:10] <- paste(x[1:10], sample(1:10, 10), sep='')) [1] "a10" "b7" "c2" "d3" "e6" "f1" "g5" "h8" "i9" "j4" > x [1] "a10" "b7" "c2" "d3" "e6" "f1" "g5" "h8" "i9" "j4" "k" "l" "m" "n" [15] "o" "p" "q&...
2009 Aug 17
1
R : how does %in% operator work?
...which I want to use this %in% operator.But it’s not working *predictors_values data frame is shown below:---------------* x 2 recmeanC2 3 recmeanC3 4 recmeanC4 5 i1 6 i2 7 i3 8 i4 9 i5 10 i6 11 i7 12 i8 13 i9 14 i10 15 i11 16 i12 17 i13 18 i14 19 i15 *coef_dataframe_rownames data frame is shown below:----* if (stringsAsFactors) factor(x) else x 1 recmeanC2 2 recmeanC3 3...
2010 Jun 09
1
counting across leves of factors
...ubset(b,b$ekst==i3) for(i4 in levels(c$zam)){ d<-subset(c,c$zam==i4) for(i5 in levels(d$saman)){ e<-subset(d,d$saman==i5) for(i6 in levels(e$test)){ f<-subset(e,e$test==i6) for(i7 in levels(f$aktiv)){ g<-subset(f,f$aktiv==i7) for(i8 in levels(g$pocpartF)){ h<-subset(g,g$vekF==i8) for(i9 in levels(h$stav)){ i<-subset(h,h$stav==i9) for(i10 in levels(i$partner)){ j<-subset(i,i$partner==i10) for(i11 in levels(i$aktiv6)){ k<-subset(j,j$aktiv6==i11) for(i12 in levels(k$pocpart6F)){ l<-subset(k,k$pocpart6F==i12) for(i13 in levels(l$styk6F)){ m<-subset(l,l$styk6F6==i13) for...
2009 Aug 20
2
Insert rows in between dataframes
...000000 i6 5.147966e-18 1.569095e-17 3.280850e-01 0.74309614 i7 1.096044e-17 1.555829e-17 7.044760e-01 0.48173041 i8 -1.166290e-18 1.287370e-17 -9.059482e-02 0.92788026 i9 1.627371e-17 1.540567e-17 1.056345e+00 0.29173427 i10 4.001692e-18 1.365740e-17 2.930053e-01 0.76973827 i12 -1.052843e-17 1.324484e-17 -7.949081e-01 0.42735000 i13...
2013 Apr 28
0
hierarchical confirmatory factor analysis with sem package
...ted. Regards, Mat cov.matrix<-cov(na.omit(df)) cfa.model<-specifyModel() F1->i2,a1 F1->i3,a2 F1->i4,a3 F1->i11,a4 F1->i12,a5 F1->i15,a6 F1->i18,a7 F2->i6,b1 F2->i7,b2 F2->i8,b3 F2->i13,b4 F2->i20,b5 F3->F1,c1 F3->F2,c2 F4->i1,d1 F4->i5,d2 F4->i9,d3 F4->i10,d4 F4->i14,d5 F4->i16,d6 F4->i17,d7 F4->i19,d8 F1<->F1,NA,1 F2<->F2,NA,1 F3<->F3,NA,1 F4<->F4,NA,1 i2<->i2,error1 i4<->i4,error2 i6<->i6,error3 i7<->i7,error4 i8<->i8,error5 i11<->i11,error6 i13<->i13,error7...
2010 Mar 15
0
Partial Credit Models using eRm
...I6.c1 -0.727 0.397 -1.506 0.051 beta I6.c2 -4.671 0.709 -6.061 -3.281 beta I7.c1 -2.417 0.463 -3.324 -1.510 beta I8.c1 3.750 0.585 2.604 4.897 beta I8.c2 2.499 0.613 1.297 3.700 beta I8.c3 -0.589 0.707 -1.975 0.797 beta I9.c1 1.637 0.515 0.627 2.647 beta I9.c2 2.164 0.561 1.065 3.264 beta I9.c3 -0.062 0.656 -1.347 1.223 beta I10.c1 -2.989 0.494 -3.959 -2.020 Thank you in advance for any help which is much appreciated. Michael __________...
2009 Aug 24
1
natural sorting a data frame /vector by row
...1.472662e-17 1.423051e-17 1.034863e+00 0.30163897 i5 5.000000e-01 1.003323e-17 4.983441e+16 0.00000000 i6 5.147966e-18 1.569095e-17 3.280850e-01 0.74309614 i7 1.096044e-17 1.555829e-17 7.044760e-01 0.48173041 i8 -1.166290e-18 1.287370e-17 -9.059482e-02 0.92788026 i9 1.627371e-17 1.540567e-17 1.056345e+00 0.29173427 recmeanC2 9.275880e-17 6.322780e-17 1.467057e+00 0.14349903 NA NA NA NA recmeanC3 1.283534e-17 2.080644e-17 6.168929e-01 0.53781390 recmeanC4-3.079466e-17 2.565499e-17 -1.200338e+00 0.23...
2015 Jan 29
2
[LLVMdev] RFC: Proposal for Poison Semantics
...at might steer poison back towards > something that simply supports algebraic simplification. If we have a math > operation that cannot wrap, then it notionally produces as many bits of > undef as the operation could possibly produce. For example, "add nsw i8" can > produce an i9 undef, and "mul nsw i8" can produce an undefined 16 bit > bitpattern. This is strong enough to do things like "a + 1 > a --> true", > because on overflow of "a + 1" we can choose an poison value of "MAX_INT + > 1", even though that is not a v...
2004 Jun 06
0
strata() in clogit()
...log odds associated with the strata "id". I suppose the log odds associated with strata(id) gives me \alpha_k. But I can't seem to get them with summary(). Help is greatly appreciated. Yuelin Li. ---- my R syntax is ----------- > exam2.clog<- clogit(resp ~ i5+i6+i7+i8+i9+i10+i11+i12+i13+i14+ i15+i16+i17+ strata(id), data=exam1.1) > summary(exam2.clog) Call: clogit(resp ~ i5 + i6 + i7 + i8 + i9 + i10 + i11 + i12 + i13 + i14 + i15 + i16 + i17 + strata(id), data = exam1.1) n= 476 coef exp(coef) se(coef) z p i5 0.5...
2009 Oct 07
0
how to extract the second table from the factanal functions result's loadings part?
.... *Question1:----* factanal() function produces the results in this way:-- *RESULTS:--* *>fact1<- factanal(data_withNA,factors=1,rotation="none") >fact1$"loadings"* Loadings: Factor1 i1 0.784 i2 0.874 i3 0.786 i4 0.839 i5 0.778 i6 0.859 i7 0.850 i8 0.763 i9 0.810 i10 0.575 i11 0.745 i12 0.777 i13 0.674 i14 0.644 i15 0.796 * Factor1 SS loadings 8.995 Proportion Var 0.600* *How to access the second table* i.e the table other than the "Loadings" table? *Question2:---* How to calculate the* "initial" co...
2010 Sep 13
2
SF-36 questionnaire scoring for R?
Dear useRs from the physiology department, Does someone know of an implementation of the SF-36 questionnaire scoring in R? I only found SAS and STATA versions, e.g http://gim.med.ucla.edu/FacultyPages/Hays/util.htm Dieter
2012 Mar 05
1
Forward stepwise regression using lmStepAIC in Caret
...ion" appears to default to "backward". When I try to use "scope" to provide a lower and upper model, Caret still seems to default to "backward". Any thoughts on how I can make this work? Here is what I tried: itemonly <- susbstitute(~i1+i2+i3+i4+i5+i6+i7+i8+i9+i10) #this is my full model #I want my "lower" model to consist of the intercept only stepLmFit.i <- train(xtraindata.i, ytraindata,"lmStepAIC", scope=list(upper=itemonly,lower=~1),direction="forward") Any guidance on how I can make this work would be greatly app...
2006 Nov 16
1
How Aggegate Data in R
...241123412414422313334 2343341333323233333343322 2213241223212322222223333 3113244123342212232312334 2113241123342213232313334 2114141123112214222113334 . . . . The syntax is: AGGREGATE /OUTFILE='C:\Documents and Settings\Coraz?n\Mis documentos\copia.sav' /BREAK=i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15 i16 i17 i18 i19 i20 i21 i22 i23 i24 i25 /N_BREAK=N. The results is: 1112241123312213222443444 1 2111141123112212312313334 1 2111141123112414212113344 2 2111241123112311124312231 1 2111341122112111412113341 1 2111341123312213312413334 1 2112141123212213212213334 1...
2015 Jan 29
0
[LLVMdev] RFC: Proposal for Poison Semantics
...model with David that might steer poison back towards something that simply supports algebraic simplification. If we have a math operation that cannot wrap, then it notionally produces as many bits of undef as the operation could possibly produce. For example, "add nsw i8" can produce an i9 undef, and "mul nsw i8" can produce an undefined 16 bit bitpattern. This is strong enough to do things like "a + 1 > a --> true", because on overflow of "a + 1" we can choose an poison value of "MAX_INT + 1", even though that is not a valid i8 bit pat...
2002 Oct 30
1
Crontab ??
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2013 Mar 06
1
need help using read.fortran
...for specifying the columns for each variable, but I can't understand how to assign the variable names after reading the help pages for read.fortran, read.fwf and read.table. I tried putting a col.names section in the read.fortran statement: AN35 <-data.frame(read.fortran(filename,c("I9","4I2","2I1","3I2","I1","16I2", "I1","I5","I1","I3","I2", "A4","3A1","A2","A1"), header = FALSE,skip=0,sep="@", col.names = paste(idno,emp...
2003 Nov 19
0
Windows Offline Folders
...<F5G:7-T97)E9"!T;R!N86UE(&YO M8F]D>0I;,C P,R\Q,2\Q.2 R,#HQ-#HP-"P@,UT@<VUB9"]P87-S=V]R9"YC M.G)E9VES=&5R7W9U:60H,S,X*0H@($-L96%R:6YG(&1E9F%U;'0@<F5A;"!N M86UE"ELR,# S+S$Q+S$Y(#(P.C$T.C T+" S72!S;6)D+W!A<W-W;W)D+F,Z M<F5G:7-T97)?=G5I9"@S-# I"B @57-E<B!N86UE.B!N;V)O9'D)4F5A;"!N M86UE.B!.;V)O9'D*6S(P,#,O,3$O,3D@,C Z,30Z,#0L(#-=('-M8F0O<')O M8V5S<RYC.F-H86EN7W)E<&QY*#$P,C,I"B @0VAA:6YE9"!M97-S86=E"ELR M,# S+S$Q+S$Y(#(P.C$T.C T+" S72!S;6)D+W!R;V-E<W,N8SIS=VET8VA?...
2004 Oct 28
1
gsub() on Matrix
...all x2 with i14, all x3 with i13, for example. Is there an easy way? I tried to put what I want to replace in a vector, like: repl = c("i7", "i14", "i13", "d2", "i8", "i5", "i6", "i3", "A", "i9", "i2", "i4", "i15", "i21") and have another vector, say: > orig [1] "x1" "x2" "x3" "x4" "x5" "x6" "x7" "x8" "x9" "x10" [11] &quo...
2009 Aug 28
1
How to generate mean anova value row in anova table, instead of individual value for each predictor
...1 0.022 0.022 3.65E+30 < 2e-16 *** i4 1 0.164 0.164 2.75E+31 < 2e-16 *** i5 1 15.639 15.639 2.63E+33 < 2e-16 *** i6 1 1.64E-34 1.64E-34 2.76E-02 0.86812 i7 1 1.72E-33 1.72E-33 2.89E-01 0.59112 i8 1 9.29E-34 9.29E-34 1.57E-01 0.69273 i9 1 6.38E-33 6.38E-33 1.07E+00 0.30092 i10 1 1.02E-32 1.02E-32 1.71E+00 0.19166 i12 1 2.25E-33 2.25E-33 3.80E-01 0.53831 i13 1 2.13E-32 2.13E-32 3.5885e+00 0.53831 0.53831 Regression 15 1.43E+02 9.54E+00 1.61E+33 < 2.2e-16 Residuals 276 1.64E-30 5.94E-33 Total...
2018 Mar 08
1
[RFC] jump threading on std::pair<int, bool>
...a.0.0.insert.ext.i.i = zext i32 %call1.i to i64 br label %_ZL6calleei.exit if.else.i: ; preds = %entry %.lobit.i = lshr i32 %v, 31 %0 = zext i32 %.lobit.i to i64 %retval.sroa.2.0.insert.shift.i8.i = shl nuw nsw i64 %0, 32 %retval.sroa.0.0.insert.ext.i9.i = zext i32 %v to i64 br label %_ZL6calleei.exit _ZL6calleei.exit: ; preds = %if.then.i, %if.else.i %.sink = phi i64 [ 4294967296, %if.then.i ], [ %retval.sroa.0.0.insert.ext.i9.i, %if.else.i ] %retval.sroa.0.0.insert.ext.i.i.sink = phi i64 [ %retval.sroa.0.0...