Skip to Content
Stats with R
Home
Consulting Information
Statistical Programming
Reproducible Workflows
Study Design & Analysis
Manuscript Assistance
Website Development
R Programming Tutorials
R Function Descriptions
Foundational Statistics
Our Team
Contact Us
Login Account
0
0
Search
Stats with R
Home
Consulting Information
Statistical Programming
Reproducible Workflows
Study Design & Analysis
Manuscript Assistance
Website Development
R Programming Tutorials
R Function Descriptions
Foundational Statistics
Our Team
Contact Us
Login Account
0
0
Search
Home
Folder: Consulting
Back
Consulting Information
Statistical Programming
Reproducible Workflows
Study Design & Analysis
Manuscript Assistance
Website Development
Folder: Resources
Back
R Programming Tutorials
R Function Descriptions
Foundational Statistics
Folder: Our Team
Back
Our Team
Contact Us
Login Account
Search
Michael Harris 4/24/24 Michael Harris 4/24/24

The “future_map2” Function in R

Parallel execution of a function over input data using futures.

Read More
Michael Harris 4/8/24 Michael Harris 4/8/24

The “future_pmap” Function in R

Parallel mapping using futures with multiple arguments.

Read More
Michael Harris 4/8/24 Michael Harris 4/8/24

The “future_map” Function in R

Parallel mapping using futures.

Read More
Michael Harris 4/8/24 Michael Harris 4/8/24

The “foreach” Function in R

Iterate over elements in a collection in parallel or sequentially.

Read More
Michael Harris 4/8/24 Michael Harris 4/8/24

The “registerDoParallel” Function in R

Register a parallel backend for the foreach package.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “detectCores” Function in R

Detect the number of CPU cores available for parallel processing.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “clusterSplit” Function in R

Split data into chunks for parallel processing.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “clusterApply” Function in R

Apply a function to each node in a cluster in parallel.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “parCapply” Function in R

Apply a function to the columns of a matrix using a cluster for parallel processing.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “parRapply” Function in R

Applies a function to each row of a matrix using a cluster for parallel processing.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “parSapply” Function in R

Applies a function to each element of a list or vector in parallel and simplifies the results into a vector or matrix.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “parLapply” Function in R

Applies a function to each element of a list or vector in parallel.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “multinom” Function in R

Fits multinomial logistic regression models.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “nnet” Function in R

Fits a neural network model.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “alpha” Function in R

Compute Cronbach’s alpha coefficient for internal consistency reliability.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “pairs.panels” Function in R

Creates scatterplot matrices with enhanced features.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “describeBy” Function in R

Summarizes data by a grouping variable.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “describe” Function in R

Descriptive statistics and exploratory data analysis.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “h2o.ls” Function in R

Lists objects in the H2O cluster.

Read More
Michael Harris 4/4/24 Michael Harris 4/4/24

The “h2o.shutdown” Function in R

Shuts down the H2O cluster.

Read More
Newer Posts
Older Posts

Based in Charleston, South Carolina, this website is dedicated to all things R programming. We have tutorials and R function documentation that provides code for a wide variety of tasks: data manipulation, hypothesis testing, statistical modeling, machine learning, artificial intelligence, multi-core processing, and R-Shiny application development.

Engage on LinkedIn, consider supporting us by subscribing to our YouTube Channel, and please see our disclaimer! If we do not have what you need, try our recommended external resources.

Example R-shiny Applications

Mental Health Screening Tool

Random Password Generator

Curve Fitting Application