Displaying 20 results from an estimated 28 matches for "truepeac".
Did you mean:
truepeace
2012 Feb 10
2
the value of the last expression
...last expression?
E.g., in lisp:
> (+ 1 2)
3
> *
3
I wish I could recover the value of the last expression without
re-evaluating it.
thanks
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://camera.org http://ffii.org
http://truepeace.org http://memri.org http://americancensorship.org
The early bird may get the worm, but the second mouse gets the cheese.
2011 Jul 12
3
when to use `which'?
...[which(a==4)]
[1] 4
> which(a==4)
[1] 4
> a[which(a>2)]
[1] 3 4 5 6
> a[a>2]
[1] 3 4 5 6
>
seems unnecessary...
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
http://jihadwatch.org http://palestinefacts.org http://mideasttruth.com
http://truepeace.org http://thereligionofpeace.com
Good programmers treat Microsoft products as damage and route around it.
2012 Nov 19
2
generated list element names
...t;oo",sep="")
> z
$foo
[1] 10
--8<---------------cut here---------------end--------------->8---
thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://www.memritv.org
http://thereligionofpeace.com http://truepeace.org
Unix roulette: `dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM`
2006 May 11
3
cannot turn some columns in a data frame into factors
....e., there is a column 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 Aug 28
5
variable scope
...to write
rm(x)
gc()
is there a more elegant way to handle this?
Thanks.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://camera.org http://palestinefacts.org
http://iris.org.il http://www.PetitionOnline.com/tap12009/ http://truepeace.org
Computers are like air conditioners: they don't work with open windows!
2012 Aug 24
2
SparseM buglet
...does not close the connection:
> library('SparseM')
Package SparseM (0.96) loaded.
> read.matrix.csr(foo)
...
Warning message:
closing unused connection 3 (foo)
>
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://truepeace.org http://camera.org
http://pmw.org.il http://think-israel.org http://dhimmi.com
My other CAR is a CDR.
2013 Sep 18
2
strsplit with a vector split argument
...uot; "e" "f"
--8<---------------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.
2011 Jul 12
1
how to find out whether a string is a factor?
...- ysmd[ysmd$X.stock "is in" top1000$V1,]
ysmd.rest <- ysmd[ysmd$X.stock "not in" top1000$V1,]
but how so I check whether a string is a member of a factor?
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
http://mideasttruth.com http://truepeace.org
http://camera.org http://thereligionofpeace.com http://pmw.org.il
Professionalism is being dispassionate about your work.
2012 Oct 07
2
a merge() problem
...?
I mean, I expected 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 Sep 14
1
please comment on my function
...ected
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?
2012 Apr 04
2
plot with a regression line(s)
...xlab, ylab = ylab, main = 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
2011 Feb 16
1
summary in functions
summary() in functions seems to print nothing.
str() does print something.
why?
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://mideasttruth.com http://truepeace.org http://iris.org.il
http://pmw.org.il http://jihadwatch.org http://ffii.org
A year spent in artificial intelligence is enough to make one believe in God.
2012 Jan 18
1
drop rare factors
...") to be generated automatically from frame$MyFactor
and the number 0.01 (1%).
Thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://thereligionofpeace.com http://mideasttruth.com http://memri.org
http://palestinefacts.org http://dhimmi.com http://truepeace.org
DRM "access management" == prison "freedom management".
2012 Mar 20
2
igraph: decompose.graph: Error: protect(): protection stack overflow
...r 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.
2012 Aug 10
1
summarize a vector
...w[i] <- sum(v(i*k:(i+1)*k))
(modulo boundary conditions)
but I wonder if there is a better way.
thanks!
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://think-israel.org http://thereligionofpeace.com
http://dhimmi.com http://truepeace.org http://www.PetitionOnline.com/tap12009/
Type louder, please.
2012 Aug 27
1
matrix.csr %*% matrix --> matrix
...sult 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
http://americancensorship.org http://honestreporting.com
If you have no enemies, you are probably dead.
2012 Oct 15
0
what to use for sna/graphs?
...nto an Ragraph object which Rgraphviz can handle.
So, what/how do people use/recommend?
Thanks!
--
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://jihadwatch.org http://think-israel.org http://truepeace.org
You can have it good, soon or cheap. Pick two...
2012 Oct 15
1
Rgraphviz: how to read a "dot" file?
...; to write them but no fromFile).
How do I create an Ragraph object?
(either by 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?
2011 Feb 16
1
confused by lapply
...the condition has length > 1 and only the first element will be used
i.e., somehow parse.num is called on the whole vector vec, not its
components.
what am I doing wrong?
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://dhimmi.com http://mideasttruth.com http://truepeace.org
http://camera.org http://memri.org http://palestinefacts.org http://iris.org.il
Despite the raising cost of living, it remains quite popular.
2012 Mar 26
2
Error during wrapup: incorrect number of dimensions
...oops,]
[1] 0 1
why is it a vector, not a matrix?
Browse[1]> loopless
[1] 0 1
Browse[1]> loopless[,1]
Error during wrapup: incorrect number of dimensions
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://iris.org.il http://truepeace.org
http://thereligionofpeace.com http://camera.org http://www.memritv.org
Lottery is a tax on statistics ignorants. MS is a tax on computer-idiots.