search for: eyesor

Displaying 11 results from an estimated 11 matches for "eyesor".

Did you mean: eyesore
2011 Oct 05
1
Vector-subsetting with ZERO - Is behavior changeable?
...entation looks like > index <- 1 > unlist( > sapply( > list(c(1,2,3),c(1,2),c(1)), > function(x){ > value <- x[max(length(x)-index,0)] > if(identical(value,numeric(0))){return(NA)} else {return(value)} > } > ) > ) [1] 2 1 NA Quite the inelegant eyesore. Any hints on how to do this better? Thanks, Joh
2012 Nov 27
2
Stuck trying to modify a function
...y[[l]]<-append(x[[l]][l2]) }else{ x[[l]][l2] <- x[[l]][l2]-1 y[[l]]<-append(x[[l]][l2]) } } ifelse(runif(1) <0.5, x[[l]][l2] <- x[[l]][l2]+1, x[[l]][l2] <- x[[l]][l2]-1) } } } return(list(x,y)) } Bit of an eyesore so I've put the altered stuff in bold. I've basically taken what the ifelse statement does in the first function, (which is still there and run if Y does not contain the X value being altered) and broken it down into an if and an else segment with multiple operations in curly braces to acc...
2013 Feb 05
1
Remove and add to many matrices in list.
Hi all, I realised that my last email question and code was probably going to be a bit of an eyesore for some people and that perhaps the best thing for me to do is to pose the question of what it is I want to achieve, rather than what I''ve written, if it helps people: I''m writing a simulation, and during that simulation I have a list of matrices – of variable number of columns...
2018 Jul 30
3
r338291 - Remove trailing space
...mirror, `git rebase` is smart enough to ignore changing lines with > trailing whitespace (if not, there is git rebase > -Xignore-space-at-eol). Some editors are configured with > highlighting > trailing spaces and these spaces will turn to eyesore... > > Not everyone uses git; svn is still the official repository for the > project. > > I am not familiar with svn but stackoverflow tells me there is svn diff -x > "--ignore-eol-style". > This should also be available to other svn functional...
2019 Feb 23
1
Return/print standard error in t.test()
...ut and/or modify the current return values), at the risk of affecting a rather large bundle of existing scripts, books, lecture notes, etc. I don't think that I would want to do that for the case of the s.e.d., although I'll admit that there is another thing that has always been a bit of an eyesore to me: We give a confidence interval but not the corresponding point estimate (i.e. the _difference_ of the means). > It might be better to simply start over and write a new function. In the process one might address other things that people have been asking for, like calculations based on...
2009 Jan 13
5
set the background to a bitmap
Hi, any ideas whether you can set the background of a dialog to use an image? -- Posted via http://www.ruby-forum.com/.
2019 Feb 22
0
Return/print standard error in t.test()
...ut and/or modify the current return values), at the risk of affecting a rather large bundle of existing scripts, books, lecture notes, etc. I don't think that I would want to do that for the case of the s.e.d., although I'll admit that there is another thing that has always been a bit of an eyesore to me: We give a confidence interval but not the corresponding point estimate (i.e. the _difference_ of the means). It might be better to simply start over and write a new function. In the process one might address other things that people have been asking for, like calculations based on the samp...
2019 Feb 21
5
Return/print standard error in t.test()
Dear Thomas, it is, unfortunately, not that simple. t.test() returns an object of class "htest" and not all such objects have standard errors. I'm not entirely sure what the point is since it's easy to compute the standard error of the difference from the information in the object (adapting an example from ?t.test): > (res <- t.test(1:10, y = c(7:20))) Welch Two Sample
2018 Aug 25
0
IT
...enveloping the heart of Creation--this rock. This is how it's "for everyone" and this is how you're the way we get there--actually taking the time and consideration to see you need to "work" to change the world. Start by seeing that this place is a disgusting disgraceful eyesore today, and I would do anything at all to ensure that it does not continue to be that; anything, at all. It hasn't "just become Hell" but I've just found out about this message, and about what it says about simulated reality, and about you--it shows me you are blind slaves being t...
2012 Oct 25
46
[RFC] New attempt to a better "btrfs fi df"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, this is a new attempt to improve the output of the command "btrfs fi df". The previous attempt received a good reception. However there was no a general consensus about the wording. Moreover I still didn''t understand how btrfs was using the disks. A my first attempt was to develop a new command which shows how the disks
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering what you guys use? features i like in an ide code highlites auto code complete file browser Currently i am using dreamwever but the code highliting is really bad its also a pain to set up other doucment types such as .yml data config. -- Posted via http://www.ruby-forum.com/.