search for: parkhurst

Displaying 20 results from an estimated 20 matches for "parkhurst".

2003 Mar 14
6
length() misbehaving?
...ector. However, when I enter n95trt <- length(byyr$cnd95[byyr$cnd95=="tr"]) n95trt the result is 68! Any ideas why this is happening, and how I can fix the miscount? (That column also contains 69 entries of "c", and (relevantly?) two NA's.) Thanks for any help. Dave Parkhurst
2005 Jan 23
5
How to use "identify"
....25 inches numeric(0) Is my call to identify correct? The help page for indentify (from ?identify) doesn't give any examples, so I don't know what the "x" should be. I right click right on top of one of the points, then left click and select stop. Thanks for any help. Dave Parkhurst
2005 Jan 20
2
font size in console
...the manual, and the help system as best I can, and I don't see how to change the font size. Can it be changed from within a session, or will I have to ask the folks who installed the program on the server I use in classes to set it (assuming that can be done)? Thanks for any help. David Parkhurst
2005 Jan 26
2
graphsheet substitute in R?
...uld be saved to a separate page, and then they could be viewed one at a time. Is there any way to do the equivalent in R? (Using splom from lattice makes the graphs too small.) Thanks for any help. (I am not subscribed to the news mailing list, so I would appreciate direct replies.) David Parkhurst
2003 Feb 24
2
trellis.datasets help
I've looked every way I can think of for help on trellis.datasets, but nothing comes up for me. Please help me find information on what is included, and how to get at those data. Thanks. Dave Parkhurst
2003 Aug 15
3
How to reinstall rpart?
...f package ?????????????????????????????????????????????????????????????? Evidently I need to uninstall first, but I can?t figure out how. I?ve looked in the pdf manuals, in the R FAQ, and in the R for Windows FAQ, and don?t find instructions for doing so. I?d appreciate any help. Thanks. Dave Parkhurst
2004 Aug 23
2
Reading GAL file
...xample gal.county=read.geoda("lnpilnd.GAL", row.names=NULL, skip=0) summary.nb(gal.county) Error in summary.nb(gal.county) : Not a neighbours list #end The gal file works just fine in GeoDa (also up to date). Thanks, I am really stuck here. Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 [[alternative HTML version deleted]]
2004 Oct 17
4
Descriptive statistics table
Greetings: I would like to make a table with descriptive statistics for a data.frame. I guess the question is how can I put together, in a table, the results from, say: apply(df, 2, mean, na.rm =T) apply(df, 2, median, na.rm =T) ....... Thanks, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 601 914 0361 [[alternative HTML version deleted]]
2003 Mar 14
1
Fw: length() misbehaving?: More
...<- length(byyr$cnd95[byyr$cnd95=="tr"]) > n95trt > > the result is 68! Any ideas why this is happening, and how I can fix the miscount? > (That column also contains 69 entries of "c", and (relevantly?) two NA's.) > > Thanks for any help. > > Dave Parkhurst > >
2003 Aug 04
2
na.action in randomForest
...variables, in about 5% of rows. I would like to have all rows included in the analysis, to the extent possible. (That seems to be possible in rpart, for example.) Is it possible to specify that rows with a few NA's should be included in the randomForest analysis? If so, how? Thanks. Dave Parkhurst
2003 Aug 26
1
rfImpute (for randomForest) crashed
...ature appname: rgui.exe; Appver: 1.71.30616.0; Modname: randomforest.dll Modver: 1.70.30416.0; Offset: 00002bac I?d appreciate any help anyone can provide in tracking down why this is happening. (I successfully used rfImpute earlier on a similar dataset from another site.) Thanks. --Dave Parkhurst
2004 Feb 29
1
graphics device problems
...my preferred device for my present job): > pdf("myfile.pdf") Error in PDF(file, old$family, old$encoding, old$bg, old$fg, width, height, : unable to start device pdf In addition: Warning message: cannot read afm file hvo_____.afm Any suggestions would be welcome. Dave Parkhurst [[alternative HTML version deleted]]
2005 Jan 26
1
Converting yr mo da to dates
...al axis. I've looked in all the manuals, but didn't find a way to do this. I can copy the data to a spreadsheet, make the conversion there, and then move the data to R, but that's a nuisance. I'd appreciate learning whether there is a way to do this all within R. Thanks. Dave Parkhurst
2003 Aug 05
1
na.action in randomForest --- Summary
...lues with a sensible values does not effect accuracy much.? (from his report, "Manual On Setting Up, Using, And Understanding Random Forests V3.1"). I now plan to try the na.roughfix option from Liaw?s package. Thanks to Uwe Ligges and Brian Ripley for their replies to my posting. Dave Parkhurst
2003 Aug 06
1
problem with download.packages
...t.org/bin/windows/contrib/1.7/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 12447 bytes opened URL downloaded 12Kb Error in unique(pkgs) : Argument "pkgs" is missing, with no default Is there not an inconsistency here? How can I get this to work? Thanks. Dave Parkhurst
2005 Feb 19
1
scales argument in lattice plots
...From the html help for xyplot, it appears I need to use the scales argument, but I don't fully understand the description there, about how to treat the x and y axes differently. I'd much appreciate any help. Please reply directly, as I don't subscribe to the list. Thank you. David Parkhurst
2004 Nov 26
1
Coplot Given text
...main=" ") and some other variations (including without main=" ") but I have to go to the lower level and that is beyond me yet. I know, trellis is an option, but I want to be able to handle basics first. Win2000, R 2.0.0 Many thanks, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 601 914 0361 [[alternative HTML version deleted]]
2004 Apr 12
1
Panel Data Analysis
Greetings: I am trying to find a package/solution for panel (longitudinal) data analysis. Unfortunately it seems I don't know where to start. Could somebody offer a hint? Thanks, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 "No good deed will ever remain unpunished" [[alternative HTML version deleted]]
2004 Aug 27
4
Running R from CD?
At work I have no permission to install R. So, would anyone know whether it is possible to create a CD with a running R-installation for a windows(XP) pc? And of course, how to? Thank you for your help, Hans van Walen
2004 Aug 06
5
iteration introspection?
Hi everyone, I want to perform a regex substitution on line #1 in a file based on the contents of line #2. same is true for line 11 and line 12 etc... With the look at each line of a file rolling forward method it seems to me that I will not be able to use iterators like 'each' for this operation unless I am able to manipulate or even know of the position of the file pointer from