search for: carol

Displaying 20 results from an estimated 154 matches for "carol".

Did you mean: karol
2011 Aug 17
9
too many var in lm
Hello, It might be an easy question but if you have many variables to fit in the lm function, how do you take all without specifying var1+var2+...+var2100 in the terms parameter in response ~ terms? Cheers, Carol
2009 Nov 21
2
Fw: Re: title problem
...t; --- On Sat, 11/21/09, David Winsemius <dwinsemius at comcast.net> > wrote: > > > From: David Winsemius <dwinsemius at comcast.net> > > Subject: Re: [R] title problem > > To: "Gabor Grothendieck" <ggrothendieck at gmail.com> > > Cc: "carol white" <wht_crl at yahoo.com>, > "r-help list" <r-help at r-project.org> > > Date: Saturday, November 21, 2009, 10:09 AM > > > > On Nov 21, 2009, at 12:57 PM, Gabor Grothendieck > wrote: > > > > > Try the line= argument on title()...
2012 Jul 20
3
function for inverse normal transformation
Hi, What is the function for inverse normal transformation? Thanks, Carol [[alternative HTML version deleted]]
2009 Nov 21
4
title problem
...n the attached file, the title is displayed truncated and the subtitle doesn't get displayed. Here is the code: par(mfrow = c(1,2)) plot(c(1,2,3), c(9,8,7)) plot(c(1,2,3), c(9,8,7)) title(main = "Main title", sub ="Sub title",outer = TRUE, cex.main=1.5, cex.sub = 1.5) Carol -------------- next part -------------- A non-text attachment was scrubbed... Name: titlePb.png Type: image/png Size: 28006 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091121/a52046b6/attachment-0002.png>
2001 Nov 20
1
using samba to serve the whole tree of home directories
...g like this [homedirs] path = /home writable = true On a client machine, I smbmount //myserver/homedirs /home successfully, but the permissions are not what I want: I expected to see something like drwxrwxrwx 3 capdx capdx 4096 Nov 19 15:26 capdx drwx------ 2 carol carol 4096 Nov 20 14:36 carol drwx------ 11 jdiperna jdiperna 4096 Nov 19 19:05 jdiperna but instead I'm seeing drwxrwxr-x 1 root root 512 Nov 19 15:26 capdx drwxrwxr-x 1 root root 512 Nov 20 14:36 carol drwxrwxr-x 1 root root 51...
2008 Nov 04
1
Is SIPPEER curcalls working for you ?
Hi, In this thread http://lists.digium.com/pipermail/asterisk-users/2008-October/219592.html , I wondered whether SIPPEER curcalls was working. I could test this anew today. Here are my findings : Alice, Bob and Carol ar all using SIP Phones. Whenever Alice is calling Bob, - if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 0 - if Carol is calling Bob, SIPPEER(Bob:curcalls) equals 1 (Whenever Bob is calling Alice, - if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 1 - if Carol is calling Bob,...
2010 Apr 22
2
time difference
...now how to take a time difference when the format of the time is as 13:22:23.586? I am trying to take the difference of time between stock transactions and need to keep the three decimal places for seconds. I have tried *diff(strptime(x, "%H:%M:%S.000))*, but apperantly that doesn't work. Carol Gao [[alternative HTML version deleted]]
2009 Oct 09
2
plot the same types of graphics on the same R graphic device
Hi, How to plot the same types of graphics on the same R graphic device? Suppose that we want to plot a vector y against x (using plot for instance). How is it possible to plot y against x for different values of these two vectors on the same device so that the plots could be compared? Cheers, Carol [[alternative HTML version deleted]]
2009 Nov 02
7
qqplot
...ifferent from each other. To show better how they are different (departs from the straight line), how is it possible to plot the straight line that goes through them? I am looking for some thing like qqline for qqnorm. I thought of abline but how to determine the slope and intercept? Best wishes, Carol
2012 Mar 09
4
sort dates
Hello, How is it possible to sort dates in R? Cheers, Carol
2009 Apr 28
3
truehist and density plots
...gth(b) = 1000 truehist(b) lines(density(b[1:100])) however the density plot of the first 100 points exceeds the max of y axis (see attached). how is it possible to make a graphics so that the density plot of the subsets doesn't go beyond the maximum of all points in the complete set? Cheers, Carol
2011 Jan 12
2
Access R Help Content From R
Have UI that simplifies running code from another (internal) package, allowing user to set values on fields I basically grabbed from results of calls to formals() for various functions. That works fine for the most part. But it was requested to investigate some type of popup help or something for each field. Since I already wrote the information in the dot-Rd files for what should be displayed,
2002 Jan 29
5
Still no luck on command line parse
...ws/ntemacs/discuss/shell-quoting It may not be a bug in this version of Wine, but so far I have been unable to come up with a recipe that both allows Wine to find the executable from a path containing a space and also allows the Windows application to correctly interpret its command line options. Carol Lerche
2007 Jan 20
2
Conditional pluralize without the number
Hi. Assume you have an array of person names. I want to generate results in my view that look like this: Abby is your friend or Abby, Bob, and Carol are your friends. So I''d like to say: <%= friends.to_sentence %> <%= pluralize(friends.count, "is") %> your <%= pluralize(friends.count, "friend") %> But because pluralize puts in the number, I get: Abby 1 is your 1 friend or Abby, Bo...
2009 Apr 06
2
approximation function
Hi, Having a set of values (non-time series data), what are the approximation functions that could determine the trend of the values? Cheers, Carol [[alternative HTML version deleted]]
2009 Sep 11
3
how to determine if a variable is already set?
...ized in an environment? Suppose that we start a R session and wants to run a script which use the variable i. Which function could evaluate if i is already initialized or not and if not, then ask interactively the user to set it? This is to avoid the error message: object i is not found. Regards, Carol [[alternative HTML version deleted]]
2008 Nov 04
0
Is SIPPEER curcalls working for you ? [SOLVED]
...Thanks a lot. > > > Hi, > > > In this thread > http://lists.digium.com/pipermail/asterisk-users/2008-October/219592.html , > I wondered whether SIPPEER curcalls was working. > > > I could test this anew today. Here are my findings : > > > Alice, Bob and Carol ar all using SIP Phones. > > > Whenever Alice is calling Bob, > > - if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 0 > > - if Carol is calling Bob, SIPPEER(Bob:curcalls) equals 1 > > > (Whenever Bob is calling Alice, > > - if Carol is calling Alice, S...
2017 Nov 27
3
problems with permissions
...ind use default domain = yes         passdb backend = tdbsam         printing = cups         printcap name = cups         load printers = yes         cups options = raw [custinfo]         path = /cui/admin/Customer Info         comment = Mfg and Purchasing         valid users = tiana bob carol jessica janet lynne         read list = lynne janet jessica         write list = tiana bob carol         writable = yes         browsable = yes [custorders]         path = /cui/admin/Customer Orders         comment = Mfg and Purchasing         valid users = tiana bob carol jessica janet ly...
2007 Nov 15
2
how to extract the elements of a list of vectors in a fixed position?
Hi, How is it possible to extract athe elements of a list of vectors in a fixed position? suppose that I have a list of 2-element vectors, how can I extract the 2nd element of all vectors in the list? Can it be done with indexing and not by element name? Thanks carol So in this example, I want to extract 2 and 4 v = list (c(1,2), c(3, 4)) > v [[1]] [1] 1 2 [[2]] [1] 3 4 --------------------------------- Never miss a thing. Make Yahoo your homepage. [[alternative HTML version deleted]]
2009 Sep 01
2
numerical summaries across variables.
...quot;, "sd", "quantiles"), quantiles=c(0, .25,.5,.75,1)) iam getting output like this Variable: Height mean sd 0% 25% 50% 75% 100% n Alfred 69.0 NA 69.0 69.0 69.0 69.0 69.0 1 Alice 56.5 NA 56.5 56.5 56.5 56.5 56.5 1 Barbara 65.3 NA 65.3 65.3 65.3 65.3 65.3 1 Carol 62.8 NA 62.8 62.8 62.8 62.8 62.8 1 Variable: Weight mean sd 0% 25% 50% 75% 100% n Alfred 112.5 NA 112.5 112.5 112.5 112.5 112.5 1 Alice 84.0 NA 84.0 84.0 84.0 84.0 84.0 1 Barbara 98.0 NA 98.0 98.0 98.0 98.0 98.0 1 Carol 102.5 NA 102.5 102.5 102.5 102.5 102.5...