search for: sherri

Displaying 20 results from an estimated 56 matches for "sherri".

2008 Sep 02
3
boxplot - label outliers
Hi All- I have 24 boxplots on one graph. I do not have the whiskers extending to the outliers, but I would like to label the maximum value of each outlier above the whiskers. I have the stats but am having trouble figuring out how to label the whiskers. Any suggestions would be great! sherri
2008 Sep 04
3
adding NA to "subset"
...x<-subset(spdco2,spdco2[,2]>=4.7) This works, but I would like to add 'NA' to the data that it does exclude based on my subset criteria. I have searched through the archives and two R books, but I cannot figure out how to add the NA. Any suggestions would be appreciated- thanks! sherri x<-subset(spdco2,spdco2[,2]>=4.7)
2013 Mar 10
2
Editing figure without re-running the plotting code?
...e one to edit a figure in R once it is created (akin to Matlab). Currently, if I need to make any changes to the figure I do so and then have to run the plotting portion of the code again. I have searched the R site mailing lists, etc to no avail. Any help is greatly appreciated. Kind regards, Sherri [[alternative HTML version deleted]]
2005 Jun 16
1
smbldap adding machine error
...I get the dialogue box to enter the user/pass to join I do that and it returns: the following error occurred.... the username could not be found. taking a look at the smbd.log file it shows: [2005/06/16 11:09:18, 2] smbd/reply.c:reply_special(236) netbios connect: name1=BUTCH name2=SHERRI [2005/06/16 11:09:18, 2] smbd/reply.c:reply_special(243) netbios connect: local=butch remote=sherri, name type = 0 [2005/06/16 11:09:18, 2] smbd/sesssetup.c:setup_new_vc_session(608) setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources. [2005/06/16 11:09:18,...
2005 Mar 29
1
regression tree xerror
...y the rel error rate is going down, but the xerror generally goes up. For some of the runs, the xerror never goes down. Is result caused by something in my data structure? I have run some example datasets from the various help manuals and the xerror goes down, as one would expect. Any suggestions? Sherri Sherri L. Miller Wildlife Biologist Redwood Sciences Laboratory 707.825.2949 707.825.2901 (FAX)
2008 Apr 14
1
boxplot tick locations
hi all- i am creating a boxplot and would like to shift the x-axis tick marks (named 1:23) so that the ticks are in between the boxes and not centered in the middle of the boxes. i have searched the help files and google and have not found what i am looking for. does anyone know how to do this? thanks! s.heck University of Colorado, Boulder
2017 Dec 30
3
RQuantLib
OA, Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz into a directory c:\r.zip on my Windows machine. I then ran the following command and I received the following output: > install.packages("RQuantLib", lib="/r.zip/") Warning message: package ?RQuantLib? is not available (for R version 3.4.3) I did not unpack the .gz file. Should I have? Please
2017 Dec 30
0
RQuantLib
> On Dec 30, 2017, at 7:54 AM, rsherry8 <rsherry8 at comcast.net> wrote: > > OA, > > Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz > into a directory c:\r.zip on my Windows machine. I then ran the > following command and I received the following output: > >> install.packages("RQuantLib", lib="/r.zip/") >
2010 Jun 16
1
multiple plots without for loops
...'t found anything to help me. any thoughts or just pointing me to the right place would be great! I feel like this should be simple! invisible(lapply(split(agg$mph, breaks), function(.values){ #x11() #par(mfrow=c(4, 4)) plot(.values) } )) Thanks in advance for any guidance, Sherri Heck
2009 Feb 26
3
windows vs. linux code
...me Rcode that was written using a Linux OS, but I use Windows-based R. The person that is giving it to me said that it needs to run on a Linux system. Does anyone have any insight and/or can verify this. I haven't yet obtained the code, so I haven't been able to try it yet. cheers- sherri
2011 Feb 10
1
Multi-page plots (Trellis)
...e any way to "force" layout to make 3 pages of plots but not re-write them ? I do not understand why "layout" is not recognizing the page number request. I have read several help pages/archives and cannot find what I need. Any help is greatly appreciated. Thanks in advance! Sherri Heck Graduate Research Assistant National Center for Atmospheric Research, Boulder CO University of Colorado, Boulder CO [[alternative HTML version deleted]]
2008 Mar 22
1
Simulating Conditional Distributions
...from these distributions without having to simulate a large base population. This will be particularly useful when the probability of being "diseased" is even smaller and I want a large number of diseased individuals. Any pointers to do this would be extremely helpful! Thank you, Sherri Rose UC Berkeley [[alternative HTML version deleted]]
2008 Jan 29
2
Using Predict and GLM
...a data frame. This is the version of the code (after my reading) that *should* work for predict once I can get it to accept that it is not a list. With other variants of the line that will run but are not syntactically correct, my QA and Q0 are the same. Any guidance would be appreciated! Sherri [[alternative HTML version deleted]]
2017 Dec 29
4
RQuantLib
Joshua, Thanks for the response. When you said at least version 3.4.0, I upgraded to 3.4.2 which I believe is the current version. Now, I attempted to install the package RQuantLib but it did not work. Here is what I got: > install.packages("RQuantLib") Installing package into ?C:/Users/rsher/Documents/R/win-library/3.4? (as ?lib? is unspecified) Warning message: package
2008 Dec 21
2
data format issue
...ot;LST" format is "YYMMDDHHmm" and I would like to get the hourly average of the "mph" for the summer months (spanning all years). I have been trying to use "aggregate" but am not having much success at all! any thoughts would be greatly appreciated. thanks- sherri LST inch mph Deg DegF DegF % volts Deg mph w/m2 0506010000 0.00 13.6 218.1 36.8 -999 65.1 -999 -999 18.2 0.2 0506010005 0.00 12.9 214.3 36.8 -999 65.5 -999 -999 16.9 0.2 0506010010 0.00 14.4 215.7 36.9 -999 65.4 -...
2017 Dec 30
2
RQuantLib
Sometimes that message appears when using a CRAN mirror that is not up-to-date or has communication problems. Might also try another mirror. -- Sent from my phone. Please excuse my brevity. On December 30, 2017 5:25:15 AM PST, Michael Dewey <lists at dewey.myzen.co.uk> wrote: >Dear Bob > >In fact the current release is 3.4.3 I can think of no reason why that >should matter
2009 Apr 10
2
Plot legend
...oks like in the plot). I have read through many help pages and searched the help listserv, but haven't figured this one out yet. Does anyone have any suggestions or if you could point me to a help page that i may have missed, I would greatly appreciate it. a bit of my code is below: thanks- sherri plot(CO2ppm_1$CO2_ppm,ylim=c(-7,10), axes = FALSE,type="b",pch=16,cex=1,col="skyblue4",main="TC (Model AM2t) SPL Mean Diurnal Cycle",xlab="Hours (GMT)",ylab="CO2(ppm)",col.main="black",font.main=4,lwd=1.8,col.lab="black",col.s...
2017 Dec 30
0
RQuantLib
Jeff, I tired another mirror but that did not work. I tired the following two commands: > ap <- available.packages() > View(ap) The output of the View command showed numerous packages available but it did not show RQuantLib. Bob Sherry On 12/30/2017 8:48 AM, Jeff Newmiller wrote: > Sometimes that message appears when using a CRAN mirror that is not up-to-date or has
2017 Dec 30
0
RQuantLib
Hi Bob, I don't know what is the cause of your trouble but try this: 1. Download the zip of package. 2. And install it from local zip files. This you find on the Packages menu. Hope it helps OA On Fri, Dec 29, 2017 at 10:31 AM, rsherry8 <rsherry8 at comcast.net> wrote: > Joshua, > > Thanks for the response. When you said at least version 3.4.0, I upgraded > to 3.4.2
2009 Jan 04
1
POSIXct and chron issues with tz
...ectors are of different classes: chron POSIXt I cannot find a way to deal with the timezone in chron. But, I found through the help pages that POSIXct deals with tz. However, it doesn't seem these two different formats are compatible to merge. Any thoughts would be appreciated. cheers, sherri