Skip to content

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.

815 results for “from:S Ellison”

How to put below code in Automator in iOS
S Ellison · Oct 27, 2016 · r-help

[RsR] Pass
S Ellison · Oct 23, 2018 · r-sig-robust

password ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}

Troubleshooting code
S Ellison · Mar 12, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130313/9f952d4a/attachment.pl>

Question about NLS model
S Ellison · Feb 7, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130208/aff6cc31/attachment.pl>

Error in setwd(outDir) : cannot change working directory
S Ellison · Feb 20, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130221/14fb1d0f/attachment.pl>

lattice question: how to change the dot on boxplot to line
S Ellison · Dec 10, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121211/267217ef/attachment.pl>

Legend having lines with different types
S Ellison · May 28, 2014 · r-help

> 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}}

source code of a function
S Ellison · Jul 8, 2016 · r-help

> 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}}

Optimisation
S Ellison · Feb 1, 2012 · r-help

> 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}}

Extracting part of alpha numeric string
S Ellison · Nov 30, 2015 · r-help

> 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}}

computationaly singular error!
S Ellison · Sep 12, 2013 · r-help

> 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}}

quantile
S Ellison · Jun 19, 2013 · r-help

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}}

creation of package failed
S Ellison · Aug 13, 2012 · r-help

> 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}}

Post Hoc for Homogeneity of variance
S Ellison · Jun 4, 2019 · r-help

> 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}}

add outlier in data set
S Ellison · Sep 19, 2016 · r-help

> 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}}

[rggobi] ggplot like pdf output
S Ellison · Dec 5, 2011 · r-help

________________________________________ > 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}}

Reshaping a table - PS
S Ellison · Apr 11, 2013 · r-help

> 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}}

Counting confidence intervals
S Ellison · Mar 19, 2013 · r-help

> 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}}

speeding up "sum of squared differences" calculation
S Ellison · Oct 22, 2013 · r-help

> 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}}

Plotting questions
S Ellison · May 8, 2009 · r-help

>>> 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 .