search for: crasch2

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

2010 Feb 28
1
"Types" of missingness
...klutzy to me. So, if there is an easy way to do this that I have overlooked, I would be grateful for any advice or references. Best, Christian -- Christian Raschke Department of Economics and ISDS Research Lab (HSRG) Louisiana State University Patrick Taylor Hall, Rm 2128 Baton Rouge, LA 70803 crasch2@lsu.edu [[alternative HTML version deleted]]
2010 Jul 19
3
Indexing by logical vectors
...C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base -- Christian Raschke Department of Economics and ISDS Research Lab (HSRG) Louisiana State University crasch2 at lsu.edu
2011 Feb 02
1
set digits in xtable by row
...h didn't turn up anything. I can't just flip the table sideways, but it looks goofy when I report sample sizes etc as 123.0000. Thanks! -- Christian Raschke Department of Economics and ISDS Research Lab (HSRG) Louisiana State University Patrick Taylor Hall, Rm 2128 Baton Rouge, LA 70803 crasch2 at lsu.edu
2010 Apr 16
3
VERY SIMPLE QUESTION
Dear R users, I am looking for more efficient way to compute the followings -------------------------------------------------------------------------- a <- matrix(c(1,1,1,1,2,2,2,2),4,2) b <- matrix(c(1,2,3,4),4,1) Eventually, I want to get this matrix, `c`. c <- matrix(c(1/1,1/2,1/3,1/4,2/1,2/2,2/3,2/4),4,2) --------------------------------------------------------------------------
2010 Feb 22
3
gsub patterns from vector elements w/out loop?
Dear list, I have two vectors: x <- c("one","two") y <- paste(rep(x,2),"blah") I want to replace all occurrences of each element of x in y with something else, so that y looks like this: y [1] "something else blah" "something else blah" "something else blah" [4] "something else blah" I can do this using a loop: for (
2010 Sep 01
5
[semi-OT] Using fortune() in an email signature
Hello, As you can see from my signature in this message, I use the R fortune function to generate a fortune, which is then fed to the signature program, which constructs a named pipe containing the fortune-bearing sig, which is then included in mail messages. The problem is that it's got extraneous junk in it and I can't figure out how to get rid of it. This is the command that generates
2010 Sep 14
2
Multiple CPU HowTo in Linux?
Hello all, I upgraded my R workstation, and to my dismay, only one core appears to be used during intensive computation of a bioconductor function. What I have now is two dual-core Xeon 5160 CPUs and 10 GB RAM. When I fully load it, top reports about 25% user, 75% idle and 0.98 short-term load. The archives gave nothing helpful besides mention of snow. I thought of posting to HPC, but this system
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2010 Oct 15
0
nomianl response model
...ion? -- View this message in context: http://r.789695.n4.nabble.com/Extracting-index-in-character-array-tp2994029p 2994029.html Sent from the R help mailing list archive at Nabble.com. ------------------------------ Message: 58 Date: Wed, 13 Oct 2010 12:11:54 -0500 From: Christian Raschke <crasch2 at tigers.lsu.edu> To: r-help at r-project.org Subject: Re: [R] Extracting index in character array. Message-ID: <4CB5E85A.40705 at tigers.lsu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed > which(list=="C") [1] 3 See ?which On 10/13/2010 11:56 AM, lor...