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.

88 results for “from:Stephen H. Dawson, DSL”

Defining Parameters in arules
Stephen H. Dawson, DSL · Nov 24, 2021 · r-help

Thank, Ivan. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com <http://www.shdawson.com> On 11/23/21 5:17 AM, Ivan Krylov wrote: > Hello, > > If you don't get an answer...

Book Recommendation
Stephen H. Dawson, DSL · Aug 28, 2023 · r-help

Good Morning, I am doing some research to develop a new course where I teach. I am looking for a book to use in the course content to teach accomplishing SQL in R. Does anyone know of a book on...

Circular Graph Recommendation Request
Stephen H. Dawson, DSL · May 28, 2022 · r-help

https://www.visualcapitalist.com/us-goods-exports-by-state/ Visualizing U.S. Exports by State Good Morning, https://www.visualcapitalist.com/wp-content/uploads/2022/05/us-exports-by-state-infographic.jpg Saw an impressive graph today. Sharing with the...

Script Run Output Capturing
Stephen H. Dawson, DSL · Dec 23, 2021 · r-help

Thank you, Rasmus. I appreciate the reply. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com <http://www.shdawson.com> On 12/23/21 10:00 AM, Rasmus Liland wrote: > sink and capture...

Recommended Statistics Papers and Packages
Stephen H. Dawson, DSL · Apr 1, 2022 · r-help

Good Morning, I have been doing some further reading on the topic of statistics lately. I enjoyed reading the following material. I am writing to share the material with the list as recommended reading on the respective topics. Estimating the...

Book Recommendation
Stephen H. Dawson, DSL · Aug 30, 2023 · r-help

Thanks, Martin. I appreciate your helpful assistance. Kindest Regards, *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 8/28/23 17:14, Martin M?ller Skarbiniks Pedersen wrote: > The SQLite is...

Error Awareness
Stephen H. Dawson, DSL · Dec 23, 2021 · r-help

Hi, I am thinking about awareness of errors when an R script runs. My concern is I have an error-free script. I run it for months on end without problems. Then, something changes somewhere causing an error. My wonderment...

Adding SORT to UNIQUE
Stephen H. Dawson, DSL · Dec 20, 2021 · r-help

Hi, Running a simple syntax set to review entries in dataframe columns. Here is the working code. Data <- read.csv("./input/Source.csv", header=T) describe(Data) summary(Data) unique(Data[1]) unique(Data[2]) unique(Data[3]) unique(Data...

when installing packages for R on Linux, is it better to use my distro's package manager, or install.packages()?
Stephen H. Dawson, DSL · Sep 28, 2024 · r-help

Distribution package manger, always. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 9/28/24 18:05, Christopher W. Ryan wrote: > I'm running R (currently 4.4.1) on Linux...

dir.exists returns FALSE on Symlink directory
Stephen H. Dawson, DSL · Jun 26, 2023 · r-devel

It sounds like either R as a whole or the R session does not have permission to view the directory. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 6/26/23...

I've written a big review of R. Can I get some feedback?
Stephen H. Dawson, DSL · Apr 10, 2022 · r-devel

Hi Reece, Thanks for the article. What specific feedback do you seek for your writing? Kindest Regards, *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 4/9/22 15:52, Reece...

Defining Parameters in arules
Stephen H. Dawson, DSL · Nov 22, 2021 · r-help

Hi, New to the list, first post. I have reviewed the file: https://cran.r-project.org/web/packages/arules/arules.pdf I am unable to find what I am after, so I am asking the mailing list for assistance...

splitting data matrix into submatrices
Stephen H. Dawson, DSL · Jan 5, 2022 · r-help

Hi, Please post the data structure so it is more clear what data is being massaged. Thanks, *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com <http://www.shdawson.com> On 1/4...

Adding SORT to UNIQUE
Stephen H. Dawson, DSL · Dec 20, 2021 · r-help

Thanks. sort(unique(Data[[1]])) This syntax provides row numbers, not column values. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com <http://www.shdawson.com> On 12/20/21 11:58 AM...

Retirement/archiving of rgdal, rgeos and maptools October 2023
Stephen H. Dawson, DSL · Apr 10, 2023 · r-help

Thank you, Roger. Kindest Regards, *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 4/10/23 11:31, Roger Bivand wrote: > The third report on the R-spatial evolution project has...

Error Running arules
Stephen H. Dawson, DSL · Sep 2, 2022 · r-help

Bert, Thanks for the guidance. Do you have a documentation URL I can review to research your suggestion? Ivan, Thanks for the guidance. The traceback() revealed the same results that I shared originally. This is a bigger problem than coding...

Book Recommendation
Stephen H. Dawson, DSL · Aug 28, 2023 · r-help

Thanks, Hadley. I appreciate your helpful assistance. Kindest Regards, *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 8/28/23 14:48, Hadley Wickham wrote: > You might find this chapter of...

Question about Line Ending Choice
Stephen H. Dawson, DSL · Sep 27, 2022 · r-help

Hi All, I am writing with a question about choosing the line ending aspect of a file, please. I use write.csv and write.table to export work to CSV files and TXT files. I am planning now on how...

Online Seminar: Introduction to Git
Stephen H. Dawson, DSL · Dec 4, 2024 · r-sig-geo

Thank you, Michael. Much appreciated. Kindest Regards, *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 12/2/24 15:57, Michael Zyphur via R-sig-Geo wrote: > Hi everyone > > Instats is...

Searching for packages
Stephen H. Dawson, DSL · Feb 28, 2022 · r-help

When was binGroup2 released? When is your last system update? *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 2/28/22 07:36, Ebert,Timothy Aaron wrote: > If I want help...

Can't find what you're looking for? Try searching with Google .