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.

12 results for “from:Bryan Mac”

Hierarchical Cluster Analysis
Bryan Mac · Sep 11, 2018 · r-help

Bryan Mac Data Scientist Research Analytics Ipsos Insight LLC [[alternative HTML version deleted]]

Export R output in Excel
Bryan Mac · Dec 28, 2016 · r-help

Hi, How do I export results from R to Excel in a format-friendly way? For example, when I copy and paste my results into excel, the formatting is messed up. Thanks. Bryan Mac bryanmac.24 at gmail.com

Least Median Square Regression
Bryan Mac · Oct 8, 2016 · r-help

Hi R-help, How do you perform least median square regression in R? Here is what I have but received no output. LMSRegression <- function(df, indices){ sample <- df[indices, ] LMS_NAR_NIC_relation <- lm(sample$NAR~sample$NIC, data = sample...

Wordcloud warnings
Bryan Mac · May 22, 2020 · r-help

Hi, I am having trouble understanding why I am getting this warning and how to fix it. I don?t have any of these functions in my script.. This is the warning: warning messages: 1: in tm_map.simplecorpus(corpus...

Filtering out rows
Bryan Mac · Nov 2, 2016 · r-help

Hi, I am looking to filter out rows in my data set, run my analysis and then removing the filter. Here is my regression. I would like to filter out a row. For example, I would like to filter out...

Wordcloud errors
Bryan Mac · May 22, 2020 · r-help

Hi all, I am trying to create word clouds using this script but I am getting warnings. Script: if (runtype=="native") { words <- Corpus(VectorSource(test123b[,2])) wordcloud(words, min.freq = minfreq, max.words=300, random.order = FALSE ,colors=brewer.pal...

[FORGED] Export R output in Excel
Bryan Mac · Dec 28, 2016 · r-help

Hi Rolf, I wanted to export the output/results of R to an Excel file for easier comparisons/reporting. When I tried to copy and paste my output to an excel file the formatting was off. I want to export...

Least Median Square Regression
Bryan Mac · Oct 8, 2016 · r-help

I am confused reading the document. I have installed and added the package (MASS). What is the function for LMS Regression? Bryan Mac bryanmac.24 at gmail.com > On Oct 8, 2016, at 6:17 AM, Enrico Schumann <es at...

Bootstrapping in R
Bryan Mac · Sep 30, 2016 · r-help

Hi, I have read the help page and it was helpful but, I am having concerns because each time I run this code I get the same value. I expected that each time I run the code, I will get...

Bootstrapping in R
Bryan Mac · Oct 19, 2016 · r-help

Hi, After running the bootstrapping, I would like to the output of the bootstrapped samples. How can I view the bootstrapped samples of each variable? Bryan Mac bryanmac.24 at gmail.com > On Oct 18, 2016, at 3:57 AM...

Export R output in Excel
Bryan Mac · Dec 28, 2016 · r-help

Hi Jim, Your assumption is correct. When running the analyses in R and want to export the output that appears in the console window to Excel(.csv) file. I believe it is easier to do if the export it done...

Bootstrapping in R
Bryan Mac · Oct 3, 2016 · r-help

Hi all, Here is the first six rows of my data. In total I have 1269 rows. My goal is to get conduct nonparametric bootstrap and case resampling. I would like to randomly select 100 out of the 1269 After...

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