search for: isz

Displaying 6 results from an estimated 6 matches for "isz".

Did you mean: is
2010 Jul 12
1
Robust regression error: Too many singular resamples
...o be fairly low, unless the sample sizes are fairly tiny. Is there some parameter I can tweak to increase the sample size, or is something else going on? You can easily reproduce this by running the following. Any advice would be appreciated. Thank you. library(robustbase) x <- rnorm(10000) isZ <- c(rep(1,9800),rep(0,200)) y <- rnorm(10000) model <- lmrob(y~x*isZ) -- View this message in context: http://r.789695.n4.nabble.com/Robust-regression-error-Too-many-singular-resamples-tp2286585p2286585.html Sent from the R help mailing list archive at Nabble.com.
2013 Mar 25
1
Newbie code to count runs of up or down moves
There are probably many mistakes with this code. I am used to coding in C with a debugger, so I am very new to coding in R without one and different syntax. My code in the upper left panel of R Studio isz<-c(3,1,4,5,2,1,0,3,5,8)zlength(z)y<-c(0,0,0,0,0,0,0,0,0,0)ylength(y)zdiff = diff(z)zdiffn<-length(zdiff)nx<-zdifff<-function(x) { for (k in 1:n){ for (i in 1:n-k){ if (all(x[i] * x[i-1] > 0) && ((x[i+k+1] * x[i+k]) < 0)...
2011 Apr 18
0
heatmap.2 - change column & row locations; angle / rotate
Hi Chakravarthy, [dont forget to Cc the list for useRs with the same Q.] If you're trying to reuduce the isze of your row or column labels, i think the following arguments of heatmap.2 {gplots} is what you want to adjust- 'cexCol' and 'cexRow'. Specifically on my question that you ask about, i found the BioC forum helpful: http://permalink.gmane.org/gmane.science.biology.informatics.c...
2018 Feb 20
0
Undef/poison semantics
...emed like a nice writeup. I'd like to formalize this in a theorem prover or Cryptol. Since the mid 2017 discussion, is there an emerging consensus of the semantics of undef/poison? If so, is there a newer writeup than the PLDI paper? The paper semantics in Section 4 on bitvector types "isz” seem reasonable to me. However, I was surprised by the pointer semantics. I expected each non-poison pointer to be represented by an (allocation id, offset) pair rather than a single bitvector value. My understanding is that LLVM does not define pointer arithmetic between allocations. I also saw...
2007 Jun 25
0
[1065] trunk/wxruby2/samples/bigdemo/wxTreeCtrl.rbw: Fix an icon file path issue
...2:39 UTC (rev 1065) </span><span class="lines">@@ -72,7 +72,8 @@ </span><span class="cx"> fldropenidx = il.add(bm) </span><span class="cx"> bm.copy_from_icon(Wx::ArtProvider::get_icon(Wx::ART_FILE_OPEN, Wx::ART_OTHER, isz)) </span><span class="cx"> fileidx = il.add(bm) </span><del>- smileidx = il.add(Wx::Bitmap.new("./icons/wxwin16x16.xpm")) </del><ins>+ bmp_file = File.join(File.dirname(__FILE__), ''icons'', ''wxwi...
2001 Dec 30
6
Samba Newbie
I'm in the process of beginning to set up Samba with the aid of the book Special Edition Using Samba. The problem that I have is that I cannot get the service to run. I am using Red Hat 7.2 - kernel 2.4.9-13. I modified the smb.conf file and get the following when running the "testparm" command: Load smb config files from /etc/samba/smb.conf Processing section "[homes]"