Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
password ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130313/9f952d4a/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130208/aff6cc31/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130221/14fb1d0f/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121211/267217ef/attachment.pl>
> I want to plot the legend for the following two lines: > ... > Any ideas how? Try ?legend S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> Is there a function in R which calls the code behind a function? Type the function name without the brackets. ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> Can optimisation (simplex etc) be done through R? > Try the CRAN task view on optimisation at, for example, 'http://finzi.psych.upenn.edu/views/Optimization.html ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> Could you please explain about > > sub("^([0-9]*).*$", "\\1", fields) See ?regex and the extensive online literature on regular expressions. S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> Error in solve.default(H, g[!fixed]) : > system is computationally singular: reciprocal condition number = > 4.65795e-19 > Maybe you have more predictors than data? S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
Or cast to vector: > set.seed(28) > ?x<- sample(1:40,20,replace=TRUE) > ?qx<-quantile(x,probs=0.10) > ?qx > #10% > #3.8 > as.vector(qx) > #3.8 ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> I am trying to build a package, and get the error message: > ""packaging into .tar.gz failed"". Did the package pass an RCMD check first? S ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> Thomas Subia <tgs77m at yahoo.com> Could you please explain the difference between: > any differences in variance between factors. and > variance differences between factors ? ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> I have one question that how we add one or more outliers in the data set. See ?c to add values to a vector. S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
________________________________________ > neither the *DescribeDisplay* package, nor *ggplot* are available in 2.13.2. ggplot's package name is ggplot2. It certainly _was_ available for 2.13.2. S******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> as.table(dat1) > #Error in as.table.default(dat1) : cannot coerce to a table You _can_ coerce to a matrix first: as.table( as.matrix(dat1) ) S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> There _is_ a function ?within. Drat! of course there is. I even use it, though not often. > Maybe your function can be > named 'between' Good thought - thanks Steve E ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
> Conclusion: hard to beat outer() for this purpose in R ... unless you use Ken Knoblauch's suggestion of dist() or Rccp. Nice indeed. S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
>>> lehe <timlee126 at yahoo.com> 08/05/2009 09:58:40 >>> >1. How to plot several lines in a figure? See ?lines >2. How to open another figure window? see ?windows ******************************************************************* This email and any attachments are confidential. Any use...
Can't find what you're looking for? Try searching with Google .