Displaying 4 results from an estimated 4 matches for "sub10".
Did you mean:
sub1
2006 Nov 01
1
How to rsync only specified subdirectories in the source folder?
Hi all,
For example,if there is ten subdirectories named sub1~sub10(each including
subdirectories and files too),and file1~file10,how can I rsync only sub2 and
sub 3 to the target?
/---- MyFolder
|---------- sub1
|---------- sub2
|---------- sub3
|---------- sub4
|---------- sub5
|---------- sub6
|---------- sub7
|---------- sub8...
2013 Apr 26
0
[LLVMdev] 'LowerDbgDeclare' in Instruction combining affects scope information
...@llvm.dbg.value(metadata !{i32 %sub7}, i64 0, metadata !24), !dbg !38
call void @llvm.dbg.value(metadata !{i32 %sub7}, i64 0, metadata !24), !dbg !38
store i32 %sub7, i32* %r, align 4, !dbg !38
br label %if.end18, !dbg !40
if.else: ; preds = %entry
%sub10 = sub i32 0, %call, !dbg !41
br i1 %cmp, label %if.then9, label %if.else12, !dbg !43
if.then9: ; preds = %if.else
call void @llvm.dbg.value(metadata !{i32 %sub10}, i64 0, metadata !36), !dbg !41
call void @llvm.dbg.value(metadata !{i32* %r}, i64 0, meta...
2009 Apr 09
2
better way of recoding factors in data frame?
...2? ? ? sub2? ? ???F? ? ? ???<NA>
3? ? ? sub3? ? ???M? ? ? ???Male
4? ? ? sub4? ? ???M? ? ? ???<NA>
5? ? ? sub5? ? ???F? ? ? ???<NA>
6? ? ? sub6? ? ???F? ? ???Female
7? ? ? sub7? ? ? ? ? ? ? ???<NA>
8? ? ? sub8? ? ? ? ? ? ? ???<NA>
9? ? ? sub9? ? ? ???Not Recorded
10? ? sub10? ? ? ???Not Recorded
I then apply the following:
> myFrame2$SubjSex <- factor(myFrame2$SubjSex, levels = c('M','F'))
> myFrame2$SubjSex <- factor(myFrame2$SubjSex, labels = c('Male','Female'))
> myFrame2 <- transform(myFrame2, newSex = ifelse(is.n...
2009 Nov 27
2
using reshape to do ANOVA mixed models
Hi,
I just started with R and I found that there are many options to rearrange
the data to do mixed models.
I want to use the reshape function. I have 2 between subject variables and
one within.
I was able to change the data structure but still - the result of the aov
functions are calculating everything as a within subject.
the table looks like this:
SerialNo breed treatment distance_1