Displaying 20 results from an estimated 29 matches for "openvotingconsortium".
2012 Mar 14
2
sum(hist$density) == 2 ?!
...----- shouldn't it be 1?!
> h <- hist(x,plot=FALSE, breaks=(-4:4))
> sum(h$density)
[1] 1 ----------------------------- now it's 1. why?!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://www.memritv.org http://openvotingconsortium.org
http://thereligionofpeace.com http://mideasttruth.com http://palestinefacts.org
((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))
2012 Nov 07
3
c weirdness
...1 6843
> tab
0 1
2344600 6843
--8<---------------cut here---------------end--------------->8---
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://pmw.org.il
http://memri.org http://ffii.org http://openvotingconsortium.org
Islam is a religion of Peace. Its adherents will kill anyone who disagrees.
2011 Feb 15
1
summary for factors is not very informative
...tionally
printed frequency stats as if by
summary(aggregate(frame$ColName,by=list(frame$ColName),FUN=length)$x)
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://jihadwatch.org http://www.PetitionOnline.com/tap12009/
http://camera.org http://honestreporting.com http://openvotingconsortium.org
Abandon all hope, all ye who press Enter.
2012 Mar 20
2
igraph: decompose.graph: Error: protect(): protection stack overflow
...components (which I would rather not discard).
PS. the doc for decompose.graph does not say which mode is the default.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://mideasttruth.com http://camera.org
http://iris.org.il http://openvotingconsortium.org http://truepeace.org
Beauty is only a light switch away.
2013 Sep 18
2
strsplit with a vector split argument
...;---------------cut here---------------end--------------->8---
Is this a bug or did I misunderstand the docs?
Thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 13.04 (raring) X 11.0.11303000
http://www.childpsy.net/ http://www.memritv.org http://truepeace.org
http://camera.org http://openvotingconsortium.org http://palestinefacts.org
Experience comes with debts.
2012 Oct 07
2
a merge() problem
...that the second "a" to be "a.y".
(when I omit suffixes, the result is the same).
Thanks.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://palestinefacts.org http://honestreporting.com
http://truepeace.org http://openvotingconsortium.org
My name is Deja Vu. Have we met before?
2012 Feb 24
1
count.fields inconsistent with read.table?
...ements
how come?!
also, is there some error recovery?
e.g., the code above is a part of a function - is there a way to recover
batch (without re-running the whole thing)?
Thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://openvotingconsortium.org http://iris.org.il
http://www.PetitionOnline.com/tap12009/ http://dhimmi.com
Conscience is like a hamster: it is either asleep or gnawing.
2012 Sep 14
1
please comment on my function
...s are:
1. avoid allocating many small objects which are never collected
2. run fast
Which would be the best implementation?
Thanks a lot for your insight!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://think-israel.org http://openvotingconsortium.org
http://memri.org http://camera.org http://truepeace.org
WHO ATE MY BREAKFAST PANTS?
2011 Feb 15
2
strptime format = "%H:%M:%OS6"
...e, format = "%H:%M:%OS");
and it, apparently, works:
> all$X.Time[2]-all$X.Time[1]
Time difference of 5.12188 secs
so, why doesn't format = "%H:%M:%OS6" work as documented?
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://dhimmi.com http://openvotingconsortium.org http://palestinefacts.org
http://honestreporting.com http://www.memritv.org http://camera.org
There are two kinds of egotists: 1) Those who admit it 2) The rest of us
2012 Apr 04
2
plot with a regression line(s)
...in = main)
lines(x, y = m$fitted.values, col = "green")
if (!is.null(file))
dev.off()
print(m)
}
is there a better/easier/more general way?
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://truepeace.org http://openvotingconsortium.org
http://jihadwatch.org http://iris.org.il http://honestreporting.com
Even Windows doesn't suck, when you use Common Lisp
2012 Feb 10
2
naiveBayes: slow predict, weird results
...?
Is there a way to ask naiveBayes to differenciate between non-0 values?
thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://ffii.org http://www.PetitionOnline.com/tap12009/
http://mideasttruth.com http://iris.org.il http://openvotingconsortium.org
The program isn't debugged until the last user is dead.
2011 Dec 21
4
qqnorm & huge datasets
...f length 10M+ I get a huge pdf file which
cannot be loaded by acroread or evince.
Any suggestions? (apart from sampling the data).
Thanks.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://mideasttruth.com http://honestreporting.com http://camera.org
http://openvotingconsortium.org http://pmw.org.il http://thereligionofpeace.com
A person without flaws probably lacks strengths either.
2006 May 11
3
cannot turn some columns in a data frame into factors
...n named "Month" (the 1st column), and it is indeed
turned into a factor inside sapply(), but after that it is numerical
again!
what am I doing wrong?
--
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
http://honestreporting.com http://truepeace.org http://openvotingconsortium.org
http://thereligionofpeace.com http://memri.org http://palestinefacts.org
UNIX, car: hard to learn/easy to use; Windows, bike: hard to learn/hard to use.
2012 Jan 20
4
extract fixed width fields from a string
...n I have a columns of "sets" in data frame?
Does R support the "set" data type?
Thanks!
PS. thanks to Sarah Goslee who answered my previous question in so much detail!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://camera.org http://openvotingconsortium.org http://iris.org.il
http://mideasttruth.com http://memri.org http://honestreporting.com
Don't take life too seriously, you'll never get out of it alive!
2012 Feb 08
4
"unsparse" a vector
...vert it to a data frame:
data.frame(A=c(1,3,0,7),B=c(2,0,5,8),C=c(0,4,0,6))
A B C
1 1 2 0
2 3 0 4
3 0 5 0
4 7 8 6
how do I do that?
thanks.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://mideasttruth.com http://jihadwatch.org http://pmw.org.il
http://openvotingconsortium.org http://iris.org.il http://memri.org
What's the difference between Apathy & Ignorance? -I don't know and don't care!
2006 Mar 29
0
bug in pictex() (package:grDevices)
...file contains
\put {Simple_Example_Plot} [lB] <0.00pt,0.00pt> at 124.00 275.33
the underscores have a special meaning in TeX, so they should be quoted
or converted to dashes.
--
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 4 (Stentz)
http://www.iris.org.il http://www.openvotingconsortium.org
http://pmw.org.il http://www.palestinefacts.org http://www.memri.org
Just because you're paranoid doesn't mean they AREN'T after you.
2011 Feb 16
2
create a data frame with the given column names
how do I create a data frame with the given column names
_NOT KNOWN IN ADVANCE_?
i.e., I have a vector of strings for names and I want to get an _EMPTY_
data frame with these column names.
is it at all possible?
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://openvotingconsortium.org http://pmw.org.il http://memri.org
http://mideasttruth.com http://palestinefacts.org
I don't like cats! -- Come on, you just don't know how to cook them!
2012 Jul 13
1
LiblineaR: read/write model files?
...o load it into R to look the histogram of the weights.
Or I might want to train a model in R and then apply it using a command
line interface.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://www.PetitionOnline.com/tap12009/
http://openvotingconsortium.org http://www.memritv.org http://pmw.org.il
Volume(Pizza of radius Z and thickness A) = PI * Z * Z * A
2012 Aug 27
1
matrix.csr %*% matrix --> matrix
When a sparse matrix is multiplied by a regular one, the result is
usually not sparse. However, when matrix.csr is multiplied by a regular
matrix in R, a matrix.csr is produced.
Is there a way to avoid this?
Thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://palestinefacts.org http://truepeace.org
2012 Oct 15
1
Rgraphviz: how to read a "dot" file?
...y reading a dot file or from a list of edges with weights and
vertices with names and other attributes).
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://truepeace.org http://americancensorship.org
http://honestreporting.com http://openvotingconsortium.org
Is there another word for synonym?