search for: perlman

Displaying 8 results from an estimated 8 matches for "perlman".

Did you mean: perlmain
2012 Mar 19
2
by output into data frame
...ortisol.auc amylase.auc 2 919.05 6834.8 3 728.25 24422.05 etc. What is a nice way to make that happen? Here is the code and data that I am using, which should run directly if you copy and paste it: sanity.check<-read.csv("http://brainimaging.waisman.wisc.edu/~perlman/testdata.csv", header=TRUE, sep = ",") lab.samples <- subset(sanity.check,Sample!='before bed' & Sample!='morning after') lab.samples$Sample<-factor(lab.samples$Sample) lab.samples.stress<-subset(lab.samples,challenge=='stress') lab.samples.contro...
2012 May 08
1
There must be a better way to do this
I made this rather cool plot which I am quite pleased with: http://brainimaging.waisman.wisc.edu/~perlman/data/BeeswarmLinesDemo.pdf However, I feel there must be a better way to do it than what I did. I'm attaching the code to create it, which downloads the data by http so it should run for you if you have the current version of beeswarm installed (which was just updated today, incidentally). I...
1998 Mar 13
1
R-beta: New user - looking for help with ANOVA
Hi I've just installed R on our Sun kit in the lab and on my Linux box at home. My statistical expertise is not advanced - I have completed Open University probability and statistics courses, and been using Gary Perlmans !STAT package for analyses of variance, descriptive stats, linear regression, non-parametric stats etc for 10 years or so. (so be gentle with me :-) ) However, R is clearly a much more powerful package, which is still being developed (the Perlman package appears to be static) and includes superb...
2012 May 22
2
List indexing question
Consider the following: > x<-list(c(1,2,3),c(4,5,6)) > x[1] [[1]] [1] 1 2 3 > x[2] [[1]] [1] 4 5 6 So far that all seems reasonable. But now there's a problem. I'm used to python, where I would say x[2][1] and get the value 4. But I can't figure out how to do that in R. > x[2][1] [[1]] [1] 4 5 6 > x[2,1] Error in x[2, 1] : incorrect number of dimensions I have
2011 Mar 22
1
Group labels in lattice barchart
...l piece of information which, for some reason, is kept well-hidden... Any help will be greatly appreciated! The following commands should produce an example plot by pasting directly into R, assuming you have a net connection: library(lattice) load(url('http://brainimaging.waisman.wisc.edu/~perlman/testdata.rdata')) print(barchart(Count~Rating | RateType*Temperature, data=tf, groups=StimCount, stack=TRUE, scales=list(alternating=c(3)), ylim=c(0,11), par.settings=list(superpose.polygon=list(col=rainbow(10))), auto.key = list(points = FALSE, rectangles = TRUE, space = "bottom", c...
2010 Sep 30
0
Job Posting
To whom it may concern: I spoke with Alfred Perlman today and he suggested I ask you to post this position on your site for me. Thank you in advance for your consideration! Amy Amy Loofbourow MIPS Technologies www.mips.com 408-530-5324 Amy Loofbourow Loofbourow Associates 408-569-3469 - Mobile KERNEL SW Development Engineer Although this p...
2011 Jan 14
1
Question about scatterplot in package car
I am getting an error message from scatterplot: > library(car) > scatterplot(Prestige$income~Prestige$type) Error in Summary.factor(c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, : range not meaningful for factors In addition: Warning message: In Ops.factor(x[floor(d)], x[ceiling(d)]) : + not meaningful for factors > The command does output the kind of graph that I want (boxplots).
2012 Mar 06
1
Reshape question
I have a data frame in wide format. There are six variables that represent two factors in long format 3x2, Valence and Temperature: > head(dpts) File Subj Time Group PainNeg.hot PainNeg.warm SociNeg.hot SociNeg.warm Positiv.hot Positiv.warm Errors 1 WB101_1_1_dp.txt 101 1 MNP 30.700000 13.75000 16.319048 35.166667 30.18333 14.383333 1 2