search for: case3

Displaying 9 results from an estimated 9 matches for "case3".

Did you mean: case
2010 Jan 31
2
Reshaping matrix of vectors as dataframe
...- list(c(1,2,4),c(1,3,5),c(0,1,0), c(1,3,6,5),c(3,4,4,4),c(0,1,0,1), c(3,7),c(1,2),c(0,1)) data <- matrix(x,byrow=TRUE,nrow=3) colnames(data) <- c("First", "Length", "Value") rownames(data) <- c("Case1", "Case2", "Case3") > data First Length Value Case1 Numeric,3 Numeric,3 Numeric,3 Case2 Numeric,4 Numeric,4 Numeric,4 Case3 Numeric,2 Numeric,2 Numeric,2 > data["Case1",] $First [1] 1 2 4 $Length [1] 1 3 5 $Value [1] 0 1 0 -------------------- My goal now is to break the thr...
2008 Jun 23
1
problem in R for Linear mixed model~
...correct for each case? case1:want to know random effect of B, case1<-lme(y~A*B*C,random=~B|C) where "B|C" stand for what?,mean B is nested in C? case2: how to wirte random effect of C? case2<-lme(y~A*B*C,random=~C)? this doesnt work out,it seem it must have somehing like #|$ case3.omitting the random effect for B from case1 case3<-update(case1,random=~1|C),so I just type 1,so the random effect of B will be removed from the model,there only left random effect of c ,the random effect I removed ,which include both random intercept and slope ,correct?? case4:omitting th...
2009 Mar 30
1
Lattice axis list (when relation = "free")
...location alternatively top/bottom side in Lattice plot, which is composed of seven-column as following: E1 E2 E3 E4 E5 E6 E7 Case1 -505.85 -75.32 494.52 -12.31 -98.96 50.34 -48.62 Case2 -50.46 -60.97 68.32 -8.66 -51.77 25.17 -26.60 Case3 -253.00 -54.99 243.48 -8.76 -73.27 35.46 -37.81 Case4 94.73 -20.27 -83.70 -3.17 -12.41 15.01 2.6 To adjust x-axis scale per column, I used prepanel function followed by scales argument. But then I wanted to mimic "alternating" option manually for x-axis locatio...
2018 Feb 27
0
Question about instcombine pass.
Hello, Everyone. I have a question about llvm's "Combine redundant instructions(instcombine)" pass. I have tested instcombine pass by writing the following three test cases. But, CASE3 is not optimized as I expected. Is this behavior expected? The version of llvm is: clang version 5.0.1 (tags/RELEASE_501/final 325232) Option of clang command is: clang -O1 a.c -S -emit-llvm -o - TEST Programs: (CASE1) This case is optimized as I expected. -------------------------------...
2012 Dec 06
1
clustering of binary data
...owSums(x, na.rm = TRUE) : 'x' must be numeric below an subset from my dataset: variable1 variable2 variable3 variable4 variable5 variable6 variable7 variable8 variable9 variable10 variable11 variable12 variable13 case1 0 0 0 0 0 1 0 0 1 1 0 0 0 case2 0 0 0 0 0 1 0 NA NA 1 0 0 0 case3 0 0 0 0 0 1 0 0 1 1 0 0 0 case4 1 0 0 0 0 1 0 1 0 1 0 0 0 case5 0 0 0 0 0 1 0 0 1 1 0 0 0 case6 0 1 0 0 0 1 0 1 0 1 0 0 0 case7 0 1 0 0 0 1 0 0 1 1 0 0 0 case8 0 0 0 0 0 1 0 1 0 1 0 0 0 case9 0 0 0 0 0 1 0 1 0 1 0 0 0 case10 0 0 0 0 0 1 0 0 1 1 0 0 0 case11 1 0 0 1 0 1 1 1 0 1 0 0 0 case12...
2002 Jun 24
10
code optimization
I have a function "eval.delta" which does what I want but isn't very elegant. I have consulted the R documents, MASS, and S Programming. Is there a practical way to optimize the code? Thank you very much. Peter B. Function: eval.delta <- function(delta){ cat("VALUES\n") vlr <- NULL k <- 0 for(j in 1:length(delta)) if(delta[j] <= 2){
2013 Aug 28
12
[PATCH V2] x86/AMD-Vi: Add additional check for invalid special->handle
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> This patch add an additional logic to check for the often case when the special->handle is not initialized due to firmware bugs. but the special->usedid is correct. If users overide this using the command line option ivrs_ioapic, then it should use the value instead. --- This patch is supposed to follow the patches:
2012 Apr 23
1
ggplot2 - geom_bar
...------ A non-text attachment was scrubbed... Name: case2.png Type: image/png Size: 14599 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120423/8d6faefc/attachment-0001.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: case3.png Type: image/png Size: 13109 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120423/8d6faefc/attachment-0002.png>
2006 Mar 09
1
changing password on samba bdc
...ot; method=128 conn=314 op=0 BIND dn="cn=Sambaroot,o=example,c=xx" mech=SIMPLE ssf=0 conn=314 op=0 RESULT tag=97 err=0 text= # # why it happens so that there is no id=... like above # conn=314 op=1 PASSMOD # conn=314 op=1 RESULT oid= err=0 text= conn=314 op=2 UNBIND conn=314 fd=26 closed Case3: I login to Machine2 and invoke smbpasswd -r Machine1. Everything is OK like in the first case. Logs ofcourse look also the same. Please CC, I am not a subscriber. -- Mi?ego dnia >?ukasz<