Displaying 20 results from an estimated 21 matches for "i14".
Did you mean:
14
2010 Jun 09
1
counting across leves of factors
...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(i14 in levels(k$kond6F)){
n<-subset(m,m$kond6F==i14)
for(i15 in levels(k$styd)){
o<-subset(n,n$styd==i15)
for(i16 in levels(k$zasl)){
p<-subset(o,o$zasl==i16)
for(i17 in levels(p$izol)){
r<-subset(p,p$izol==i17)
i<-i+1
n<-length(r$pohl)
data2[i,]<-c(n,i1,i2,i3,i4,i5,i6,i7,i8,i9...
2004 Oct 28
1
gsub() on Matrix
...I've got a matrix, and the first few elements look like
"x1 + x3 + x4 + x5 + x1:x3 + x1:x4"
"x1 + x2 + x3 + x5 + x1:x2 + x1:x5"
"x1 + x3 + x4 + x5 + x1:x3 + x1:x5"
and so on (have got terms from x1 ~ x14).
If I want to replace all the x1 with i7, 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", "...
2013 Apr 28
0
hierarchical confirmatory factor analysis with sem package
...x<-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
i15<->i15,error8
i18&...
2006 Jun 28
0
Fwd: add1() and anova() with glm with dispersion
...e-01 8.968e-02 10.526 < 2e-16
> > ***
> > I11 -6.857e-02 3.693e-02 -1.857 0.063468
> .
> >
> > I12 -7.338e-02 4.142e-02 -1.771 0.076598
> .
> >
> > I13 3.329e-02 4.130e-02 0.806 0.420208
>
> >
> > I14 1.830e-01 3.717e-02 4.924 9.00e-07
> > ***
> > I15 2.015e-01 3.480e-02 5.789 7.93e-09
> > ***
> > trades1 1.775e-01 2.114e-02 8.398 < 2e-16
> > ***
> > trades2 3.325e-02 1.857e-02 1.790 0.073493
> .
> >
>...
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this.
Background Introduction
I have a data set consisting of data collected from a questionnaire that I
wish to validate. I have chosen to use confirmatory factor analysis to
analyse this data set.
Instrument
The instrument consists of 11 subscales. There is a total of 68 items in
the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2009 Oct 07
0
how to extract the second table from the factanal functions result's loadings part?
...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" communalities*?Is there any function in R?
I am gett...
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
2006 Nov 16
1
How Aggegate Data in R
...34
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
21122111222124134212...
2009 Aug 17
1
R : how does %in% operator work?
...ctors_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 recmeanC4
4 i1
5...
2009 Aug 30
0
[LLVMdev] Strange error in generated assembly
I've spent the better part of a day trying to figure out why my generated
assembly code isn't correct. Here is the IR code for my loop:
loopbody2: ; preds = %test1
%i14 = load i32* %i5 ; <i32> [#uses=1]
%get15 = call %tart.core.String*
@"tart.core.Array[tart.core.String]..index.get(int)->tart.core.String"(%"tart.core.Array[tart.core.String]"*
%s, i32 %i14) ; <%tart.core.String*> [#uses=3]
%src.data...
2009 Aug 20
2
Insert rows in between dataframes
...973827
i11 NA
NA NA
NA
i12 -1.052843e-17 1.324484e-17
-7.949081e-01 0.42735000
i13 2.571236e-17 1.357336e-17
1.894325e+00
0.05922715
i14 NA
NA NA
NA
i15 NA
NA NA
NA
rbind after row number i10 will change row number i12 to have NA,Na,NA.Na
values.
--
Thanks in...
2006 Nov 08
1
SSL-read error in logfile
...ault):
sql(user at domain.tld,192.168.1.13): query: SELECT password FROM mailbox
WHERE username = 'user at domain.tld' AND active='1'
Nov 8 21:31:41 dev dovecot: auth(default): client out:
OK^I1^Iuser=user at domain.tld
Nov 8 21:31:41 dev dovecot: auth(default): master in: REQUEST^I14^I4012^I1
Nov 8 21:31:41 dev dovecot: auth(default):
passwd(user at domain.tld,192.168.1.13): unknown user
Nov 8 21:31:41 dev dovecot: auth-worker(default):
sql(user at domain.tld,192.168.1.13): SELECT maildir, 1001 AS uid, 1001 AS
gid, 'Maildir:/home/virtual/domain.tld/user' as mail FROM...
2012 May 22
0
[LLVMdev] Some small changes to the memory dependence analysis API
...bgDeclareInstEPNS_11InstructionEEEbRKT0_.exit.i
%6 = bitcast %"class.llvm::Type"* %2 to %"class.llvm::Function"*
%call1.i.i.i.i.i.i.i.i.i.i.i.i13 = tail call i32
@_ZNK4llvm8Function14getIntrinsicIDEv(%"class.llvm::Function"* %6)
nounwind readonly
%cmp.i.i.i.i.i.i.i14 = icmp eq i32 %call1.i.i.i.i.i.i.i.i.i.i.i.i13, 143
%phitmp18 = icmp ne %"class.llvm::Instruction"* %I, null
%phitmp18. = and i1 %cmp.i.i.i.i.i.i.i14, %phitmp18
ret i1 %phitmp18.
We are trying to prove the equivalence of the two tail calls.
If you call getNonLocalCallDependency on...
2009 Jul 20
1
Regression function lm() not giving proper results
*
*
Hi ,
Can anyone help me please with this problem?*
*
*CASE-I*
all_raw_data_NAomitted is my data frame.It has columns with names i1 ,i2,
i3,i4…, till i15.It has 291 rows actually ,couldn’t show here.
The data frame looks like this:--
i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15
2 2 2 2 2 2 2 2 2 2 2 1 2 2 3 2
3 2 2 2 2 3 2 2 3 3 3 2 3 3 3 3
4 2 2 2 2 2 2 2 1 1 1 2 1 2 2 2
6 2 2 1 2 1 1 2 2 1 1 1 1 2 2 2
8 3 2 2 2 3 3 3 2 3...
2008 Sep 03
2
[LLVMdev] Codegen/Register allocation question.
...64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-pc-linux-gnu"
@.str1 = external constant [13 x i8] ; <[13 x i8]*> [#uses=1]
declare i32 @printf(i8* noalias, ...) nounwind
define i32 @main(i32 %argc, i8** %Argv) nounwind {
entry:
%tmp25.i14 = call i32 (i8*, ...)* @printf( i8* noalias
getelementptr ([13 x i8]* @.str1, i32 0, i64 0), double 0.000000e+00,
double 0.000000e+00, double 0.000000e+00, double 0.000000e+00 )
nounwind ; <i32> [#uses=0]
ret i32 0
}
2008 Sep 04
0
[LLVMdev] Codegen/Register allocation question.
..."
> target triple = "x86_64-pc-linux-gnu"
> @.str1 = external constant [13 x i8] ; <[13 x i8]*>
> [#uses=1]
>
> declare i32 @printf(i8* noalias, ...) nounwind
>
> define i32 @main(i32 %argc, i8** %Argv) nounwind {
> entry:
> %tmp25.i14 = call i32 (i8*, ...)* @printf( i8* noalias
> getelementptr ([13 x i8]* @.str1, i32 0, i64 0), double 0.000000e+00,
> double 0.000000e+00, double 0.000000e+00, double 0.000000e+00 )
> nounwind ; <i32> [#uses=0]
> ret i32 0
> }
> _____________________________...
2004 Jun 06
0
strata() in clogit()
...d 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.514 1.67 1.02...
2006 Apr 13
0
Hangupcause to handle Called party disconnect ? PSTN----E1----OldPBX---E1--Asterisk
...play
Info=CHAMADA DESLIGA
DA
08 02 00 02 03 08 02
85 90 1E 02 82 88 28
11 43 48 41 4D 41 44
41 20 44 45 53 4C 49
47 41 44 41
RXB From User Side
00:45:29.902 Fr.25
L2: Sapi=0 Tei=0
INFO
pf=0 Nr=84 Ns=69
00 01 8A A8
L3: PD=08 CR(D)=2
M7D STATUS
I08 Cause
Coding Std=CCITT
Location=User
Cause Code=98
I14 Call state
Coding Std=CCITT
State=10
08 02 80 02 7D 08 02
80 E2 14 01 0A
This trace reports to a called party that hanged up the call, then our old
PBX talked to Asterisk with :
PROGRESS
Cause Code=16
and Asterisk answered with
Location=User
Cause Code=98
I've been looking ISDN cause Cod...
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...min.ps(<4 x float> %mul313, <4 x float> zeroinitializer) nounwind ; <<4 x float>> [#uses=1]
>> +
>> %bitcast6.i13 = bitcast <4 x float> %cmpunord.i11 to <4 x i32> ; <<4 x i32>> [#uses=2]
>> %andps.i14 = add <4 x i32> <i32 1, i32 1, i32 1, i32 1>, %bitcast6.i13 ; <<4 x i32>> [#uses=1]
>> %not.i16 = xor <4 x i32> %bitcast6.i13, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
>> %andnps.i17 =...
2009 Sep 01
7
Dahdi configuraion / error
...us ff [IRQ]
PCI: Using IRQ router default [10de/02f1] at 0000:00:00.0
PCI->APIC IRQ transform: (B0,I5,P0) -> 121
PCI->APIC IRQ transform: (B0,I10,P0) -> 81
PCI->APIC IRQ transform: (B0,I11,P0) -> 121
PCI->APIC IRQ transform: (B0,I11,P1) -> 129
PCI->APIC IRQ transform: (B0,I14,P0) -> 129
PCI->APIC IRQ transform: (B0,I20,P0) -> 81
PCI->APIC IRQ transform: (B3,I6,P0) -> 97
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
audit: initializing netlink socket (disabled)
audit(1251813063.607:1): initialized
highmem bou...