search for: banta

Displaying 20 results from an estimated 23 matches for "banta".

Did you mean: santa
2011 Feb 20
3
Partial italic in graph titles when looping
...;T looping to make my graph titles, I could write: title(main = expression(paste(bolditalic("FLC"), bold("p3312"), sep = " "))) ...but I can't do that, because I'm looping (or can I?) Thanks in advance for your help! ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2011 Feb 17
4
Find and replace all the elements in a data frame
...uot;A") { : missing value where TRUE/FALSE needed So what am I doing wrong? If you can provide me with specific code that fixes the problem and gets the job done, that would be the most useful. Thanks very much in advance for your help! Sincerely, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2010 Jul 19
3
concatenating column names in a loop
...obust against changes in the column numbers of the x matrix. That is why I am telling R to look up the number of rows and columns in the x matrix when constructing the y matrix, rather than just putting in a hard count for the number of rows and columns in the y matrix. Thanks in advance, Josh Banta [[alternative HTML version deleted]]
2010 Sep 16
3
Help with customizing a histogram figure
...o each of the histograms therein (all on the same graph). I am very bad at using R graphics at this point, so I need some pretty serious hand-holding. Exact code that gets the job done would be most useful for me. Thanks very much in advance! Sincerely, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2010 Jun 18
1
Fitting a polynomial using lrm from the Design library
...ith the syntax? If I fit the model using the stats library, the code looks like this: model <- glm(x$trait ~ x$PC1 + I((x$PC1)^2) + I((x$PC1)^3), family = binomial) What would be the equivalent syntax for the lrm function? Thanks very much in advance, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2010 Jun 16
2
Accessing the elements of summary(prcomp(USArrests))
...say I wanted to make a graph based on the second row ("Proportion of Variance"). Please rest assured this is not a homework assignment. I'm just a relatively novice R user trying to do stuff that's often over my head. Thanks in advance, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2010 Oct 06
2
Pointing to a specific place on the x-axis with an arrow
...I don't know how to do it: mtext("?", side = 1, line = 0, at = 7) #that question mark is a place-holder for the arrow. How do I put an up-arrow there instead of the question mark -- as large as possible? Many thanks to all of you in advance. ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2011 Apr 11
2
Plotting a quadratic line on top of an xy scatterplot
...dratic function. In other words, I want to visually show the relationship among the variables that is being modeled. How do I do it? I think the curve() command will be used, but I don't know how to employ it. Thanks very much in advance. Sincerely, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2010 Sep 26
2
Splitting a data frame into several completely separate data frames
...ta will have many more than two groups (i.e., many more types of things than just "bagels" versus "donuts") and the number of groups will vary when I apply the same code to different data sets. Many thanks in advance for your replies! ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2011 Sep 30
0
Data simulation for ANOVA decomposition into sums of squares
...ms of squares (ranging from 0.1 - 0.9) while holding the total sums of squares constant (equal to 1). Many thanks in advance for your suggestions. I recognize that this is as much a statistical/mathematical question as an R programing question. Sincerely, ----------------------------------- Josh Banta, Ph.D Assistant Professor Department of Biology The University of Texas at Tyler Tyler, TX 75799 Tel: (903) 565-5655 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2004 Aug 24
1
(PR#7199) function bug
This is a misunderstanding, I think, not a bug. R is using partial matching and the `2', since it is not named, is being sent through the `...'. -roger morey@banta.psyc.missouri.edu wrote: > output of R.version > platform i686-pc-linux-gnu > arch i686 > os linux-gnu > system i686, linux-gnu > status > major 1 > minor 9.1 > year 2004 > month 06 > day 21 > language R > > The following code...
2004 Aug 24
2
function bug (PR#7199)
output of R.version platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R The following code prints [1] 2, as it should temp<-function(ab,...){ print(ab) } temp(2,s=3) However, this code prints [1] 3: temp<-function(sb,...){ print(sb) } temp(2,s=3) It should still print [1] 2.
2010 Jun 15
1
Getting the eigenvectors for the dependent variables from principal components analysis
..., I could try the example from ?princomp > princomp(USArrests, cor = TRUE) But I have the same problem -- now what? None of the components of princomp-class objects appear to have the information I'm after. Thanks very much in advance for any help! ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2010 Jun 19
1
Extracting P-values from the lrm function in the rms library
...t. http://www.mathkb.com/Uwe/Forum.aspx/stat-consult/1381/Extracing-p-values-from-lrm-object <== Nope. Wrong output. Can anyone crack this seemingly simple problem? Surprisingly the answer was not revealed using str(mod3.poly) either. Thanks in advance, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2004 Oct 21
2
a few questions
I don't have any there; I suppose that is the problem. I did a locate *.xslt and nothing pertaining to icecast came up. I suppose I should grab the source and check it out. I installed from the rpm. Thanks, Richard Michael Smith wrote: >On Thursday 21 October 2004 14:50, Richard Morey wrote: > > >>Ok, I think I see. The xslt files are kind of a template which tells
2010 Jun 20
1
"Unable to fit" error message from the lrm function in the rms library
...1.583826e-01 2.032737e+00 7.634955e+00 2.869544e-01 So what's going on here? Any ideas? And why does the model still seem to be "fit" despite the claim it was "unable" to be fit? Thanks very much in advance -- you guys are great. ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2011 Apr 16
2
Rotating the x-axis labels of a barplot
...The graph this generates is pretty close to what I want, but here's where I'm stuck: How do I move the x-axis labels to the _center_ of each bar? Right now, they line up with the right-side of each bar. Thank you very much in advance. Sincerely, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2006 Jul 31
1
OS X Tiger Share write problems
I have found lots of people talking about this problem, however I have yet to come across a solution. None of the OS X 10.4.x systems can write to a Samba share on a RH 7.3 server with Samba "Version 2.2.7-security-rollup-fix" Windows and Linux can read and write with no problems. All systems can write to a samba 3 server running RHEL 4, I've compared smb.conf files and
2010 Jul 12
3
Continuing on with a loop when there's a failure
...p going through the loop, despite the rotten apples it encounters along the way? Exact code that gets the job done is what I am interested in. I am a post-doc -- I am not taking any classes. I promise this is not a homework assignment! Thanks in advance, ----------------------------------- Josh Banta, Ph.D Center for Genomics and Systems Biology New York University 100 Washington Square East New York, NY 10003 Tel: (212) 998-8465 http://plantevolutionaryecology.org [[alternative HTML version deleted]]
2004 Aug 24
2
bug or no?
The following code prints [1] 2, as it should temp<-function(ab,...){ print(ab) } temp(2,s=3) However, this code prints [1] 3: temp<-function(sb,...){ print(sb) } temp(2,s=3) It should still print [1] 2. It appears that if a variable in ... begins with the same letter as another variable, the value in the variable in ... overwrites the value in the variable with the same first letter. I