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.

51 results for “from:Bernard McGarvey”

Surface plots....
Bernard McGarvey · Apr 25, 2019 · r-help

Does anyone have a recommendation for the best package/function for doing surface plots? Bernard Sent from my iPhone so please excuse the spelling!"

Interactive stats packages
Bernard McGarvey · Apr 16, 2020 · r-help

Do any of you know of any interactive stats analysis packages built on top of R? Bernard Sent from my iPhone so please excuse the spelling!"

Reading an excel file
Bernard McGarvey · Jan 10, 2019 · r-help

What is the best way to read in data of any type from an Excel 2016 .xlsx file? Thanks Bernard Sent from my iPhone so please excuse the spelling!"

Weather station data
Bernard McGarvey · Feb 17, 2019 · r-help

Is anyone aware of any R capability to access data at weather stations around the globe? An R package perhaps? Thanks Bernard Sent from my iPhone so please excuse the spelling!"

COVID-19 datasets...
Bernard McGarvey · May 4, 2020 · r-help

Just curious does anyone know of a website that has data available in a format that R can download and analyze? ? Thanks Bernard McGarvey Director, Fort Myers Beach Lions Foundation, Inc. Retired (Lilly Engineering Fellow).

Curve fitting
Bernard McGarvey · Apr 5, 2020 · r-help

Any recommendations on an R package to fit data to a nonlinear model Y=f(x) with a single x and y variable? I want to be able to generate parameter uncertainty estimates and prediction uncertainties if possible. Bernard Sent...

Correlated sampling
Bernard McGarvey · Apr 9, 2020 · r-help

I want to create a Monte Carlo simulation with 4 input parameters that are correlated with each other. The parameters have normal distributions and the variance/covariance matrix is known. Are there any R functions available to generate such correlated...

Error trapping in R
Bernard McGarvey · Feb 27, 2019 · r-help

What is the recommended way to trap errors in R? My main need is to be able to trap an error and then skip a section of code if an error has occurred. In VB for Excel I used the...

loading the xlsx library
Bernard McGarvey · Jan 11, 2019 · r-help

When I load the library xlsx with the command library("xlsx") I get the error message: > library("xlsx") Error: package or namespace load failed for ?xlsx?: .onLoad failed in loadNamespace() for 'rJava', details: call: fun(libname, pkgname) error: JAVA_HOME...

User Interfaces for R
Bernard McGarvey · Jan 9, 2019 · r-help

I want to create an R application that includes a user interface where the user inputs values etc and then can run R calculations and get results back on the user interface. I was hoping that an easy to use...

Quantile Density Contours
Bernard McGarvey · Mar 25, 2019 · r-help

I want to see if I can reproduce the plot below in R. If I understand it correctly, i takes my bivariate data and creates quantile density contours. My interpretation of these contours is that they enclose a certain % of...

Quantile Density Contours
Bernard McGarvey · Mar 29, 2019 · r-help

Thanks Abs - I was able to get the plot I needed with the hdrcde package but I will check out your package as well. I continue to be impressed with the power Of R and the various packages available. Thanks...

Curve fitting
Bernard McGarvey · Apr 5, 2020 · r-help

Thanks Jeff Bernard Sent from my iPhone so please excuse the spelling!" > On Apr 5, 2020, at 3:14 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > > ?stats::nlm? > >> On April 5, 2020 11:53:10 AM PDT...

Interactive stats packages
Bernard McGarvey · Apr 16, 2020 · r-help

Yes Ista, that is what I meant by interactive. Something that is menu driven with a GUI rather than command line. Thanks Bernard Sent from my iPhone so please excuse the spelling!" > On Apr 16, 2020, at 5:44 PM...

Error trapping in R
Bernard McGarvey · Feb 27, 2019 · r-help

Thanks Bernard Sent from my iPhone so please excuse the spelling!" > On Feb 27, 2019, at 4:05 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > >> On 27/02/2019 3:55 p.m., Bernard Comcast wrote: >> What is...

[FORGED] Re: Quantile Density Contours
Bernard McGarvey · Mar 28, 2019 · r-help

I will take a look but the hdrcde package appears to give me the plots I was looking for. Thanks Bernard Sent from my iPhone so please excuse the spelling!" > On Mar 28, 2019, at 10:16 PM, Jeff Newmiller...

How to run Hutcheson t-test on R?
Bernard McGarvey · Sep 7, 2020 · r-help

This website has an example calculation shown in Excel Which might help in programming it in R. https://www.dataanalytics.org.uk/comparing-diversity/ Bernard Sent from my iPhone so please excuse the spelling!" > On Sep 7, 2020, at 6...

COVID-19 datasets...
Bernard McGarvey · May 4, 2020 · r-help

Thanks, i will take a look Bernard Sent from my iPhone so please excuse the spelling!" > On May 4, 2020, at 2:49 PM, James Spottiswoode <james at jsasoc.com> wrote: > > ?Sure. COVID-19 Data Repository by the Center for...

Summarizing select columns in a data frame
Bernard McGarvey · Jan 17, 2021 · r-help

I have a data frame that consists of several factor columns say A, B, C, D, and E and several columns containing numerical data, say X1, X2, .... X10. I would like to create statistics of some of the numerical columns...

Col names in a data frame
Bernard McGarvey · Jan 21, 2021 · r-help

Here is an example piece of code to illustrate an issue: rm(list=ls()) # Clear Workspace # Data1 <- matrix(data=rnorm(9,0,1),nrow=3,ncol=3) Colnames1 <- c("(A)","(B)","(C)") colnames(Data1) <- Colnames1 print(Data1) DataFrame1 <- data.frame...

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