search for: sherry

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

Did you mean: cherry
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"
Hi All- I have a data set (spdco2) > spdco2 [,1] [,2] [,3] [1,] 1 5.4 382.4212 [2,] 2 5.1 383.0315 [3,] 3 4.8 383.9520 [4,] 4 4.7 384.4376 [5,] 5 4.7 384.5929 [6,] 6 4.4 384.8864 [7,] 7 4.1 385.2156 [8,] 8 3.8 385.2919 [9,] 9 3.7 385.5925 [10,] 10 3.9 385.6801 I am subsetting it to output when [,2] is >= 4.7 .
2013 Mar 10
2
Editing figure without re-running the plotting code?
Dear all, I am curious if anyone knows of a command/program that would enable 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
2005 Jun 16
1
smbldap adding machine error
Hi all, I'm currently working on getting the whole samba with ldap working. I'm having an error trying to join a computer to the domain, when windows goes to change to the new domain 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
2005 Mar 29
1
regression tree xerror
I am running some models (for the first time) using rpart and am getting results I don't know how to interpret. I'm using cross-validation to prune the tree and the results look like: Root node error: 172.71/292 = 0.59148 n= 292 CP nsplit rel error xerror xstd 1 0.124662 0 1.00000 1.00731 0.093701 2 0.064634 1 0.87534 1.08076 0.092337 3 0.057300 2
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
...ows 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 comment. Bob Sherry On 12/30/2017 2:24 AM, Orvalho Augusto wrote: > 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 &gt...
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(...
2010 Jun 16
1
multiple plots without for loops
Dear All- I am trying to plot over one hundred figures. I do not want to save them, just walk through them to take a look. If I run the code as it is below, then the plots just rapidly run through. I tried adding a new device, but I reached the device number limit. I have gone through the online manuals, done google searches and the R Site help pages and haven't found anything to
2009 Feb 26
3
windows vs. linux code
Dear All- I have been given some 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)
Dear All - I would like to make multi-page plots, but my plots are writing over one another - thus leaving just the last plot. Here is what I am doing: pollutionRose(temp, "nox", type="hour") update(trellis.last.object(), layout =c(3,3,3) ) I would like 24 plots with 9 plots/page (the last page would not have 9 plots) Is there any way to "force" layout to make 3
2008 Mar 22
1
Simulating Conditional Distributions
Dear R-Help List, I'm trying to simulate data from a conditional distribution, and haven't been able to modify my existing code to do so. I searched the archives, but didn't find any previous post that matched my question. n=10000 pop = data.frame(W1 = rbinom(n, 1, .2), W2 = runif(n, min = 3, max = 8), W3 = rnorm(n, mean=0, sd=2)) pop = transform(pop, A = rbinom(n, 1,
2008 Jan 29
2
Using Predict and GLM
Dear R Help, I read through the archives pretty extensively before sending this email, as it seemed there were several threads on using predict with GLM. However, while my issue is similar to previous posts (cannot get it to predict using new data), none of the suggested fixes are working. The important bits of my code: set.seed(644) n0=200 #number of observations
2017 Dec 29
4
RQuantLib
...ge 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 ?RQuantLib? is not available (for R version 3.4.2) Please help. Thanks, Bob Sherry On 12/28/2017 10:28 PM, Joshua Ulrich wrote: > On Thu, Dec 28, 2017 at 6:02 PM, rsherry8 <rsherry8 at comcast.net> wrote: >> I have recently installed R on my new computer. I also want to install the >> package RQuantLib. So I run the following command and get the following &g...
2008 Dec 21
2
data format issue
Dear all- I have a dataset (see a sample below - but the whole dataset is June 2005 - June 2008). The "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.
2017 Dec 30
2
RQuantLib
...cember 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 here but it might be worth trying to upgrade to it. > >Michael > >On 29/12/2017 18:31, rsherry8 wrote: >> 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: >&gt...
2009 Apr 10
2
Plot legend
Dear All- I am trying to create a legend where the first 9 terms are represented as pch=16 in one column (which I am able to do); but, I would like the last two terms in that column to be 'lines" (which are black and red - just as it looks 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
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 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 De...
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 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: > > &...
2009 Jan 04
1
POSIXct and chron issues with tz
Dear All- I am trying to merge two data files - they have different date formats and different times zones. I need to match up the date/time of the datasets and then invoke a conditional statement, such as: if dataC$mph is >= 12 then keep dataM$co23 for the corresponding time/date stamp. snippets of data files: *dataC.txt* LST in mph Deg DegF DegF2 % volts Deg