Skip to Content
Stats with R
Home
StatDesk Software
StatDesk User Guide
StatDesk Feedback
StatsWithR Software Suite
REDCap Quality Studio
Data Quality Studio
DAG Planning Studio
Publication Table Studio
StatsWithR Software Guide
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
StatDesk Software
StatDesk User Guide
StatDesk Feedback
StatsWithR Software Suite
REDCap Quality Studio
Data Quality Studio
DAG Planning Studio
Publication Table Studio
StatsWithR Software Guide
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: StatDesk
Back
StatDesk Software
StatDesk User Guide
StatDesk Feedback
Folder: Statistical Software
Back
StatsWithR Software Suite
REDCap Quality Studio
Data Quality Studio
DAG Planning Studio
Publication Table Studio
StatsWithR Software Guide
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 1/12/24 Michael Harris 1/12/24

The “which.min” Function in R

Identifies the index of the first minimum value in a numeric vector.

Read More
Michael Harris 1/11/24 Michael Harris 1/11/24

The “which.max” Function in R

Identifies the index of the first maximum value in a numeric vector.

Read More
Michael Harris 1/11/24 Michael Harris 1/11/24

The “all” Function in R

Checks if all elements of a logical vector are TRUE.

Read More
Michael Harris 1/11/24 Michael Harris 1/11/24

The “any” Function in R

Checks if at least one element of a logical vector is TRUE.

Read More
Michael Harris 1/10/24 Michael Harris 1/10/24

The “is.finite” Function in R

Checks if values are finite (i.e., not infinite or NaN).

Read More
Michael Harris 1/10/24 Michael Harris 1/10/24

The “is.infinite” Function in R

Checks if values are infinite.

Read More
Michael Harris 1/10/24 Michael Harris 1/10/24

The “is.nan” Function in R

Checks if values are NaN (Not a Number).

Read More
Michael Harris 1/9/24 Michael Harris 1/9/24

The “is.null” Function in R

Checks if an object is NULL.

Read More
Michael Harris 1/9/24 Michael Harris 1/9/24

The “is.na” function in R

Checks if values are missing (NA).

Read More
Michael Harris 1/9/24 Michael Harris 1/9/24

The “as.POSIXct” Function in R

Converts a date-time object to a POSIXct object, representing a date-time as the number of seconds since the specified origin.

Read More
Michael Harris 1/8/24 Michael Harris 1/8/24

The “as.Date” Function in R

Converts a character or numeric object to a Date object.

Read More
Michael Harris 1/8/24 Michael Harris 1/8/24

The “as.character” Function in R

Converts an object to character type.

Read More
Michael Harris 1/8/24 Michael Harris 1/8/24

The “as.numeric” Function in R

Converts an object to a numeric type.

Read More
Michael Harris 1/7/24 Michael Harris 1/7/24

The “as.factor” Function in R

Converts a vector to a factor.

Read More
Michael Harris 1/7/24 Michael Harris 1/7/24

The “as.data.frame” Function in R

Converts an object to a data frame.

Read More
Michael Harris 1/7/24 Michael Harris 1/7/24

The “as.matrix” Function in R

Converts an object to a matrix.

Read More
Michael Harris 1/6/24 Michael Harris 1/6/24

The “as.vector” Function in R

Converts an object to a vector.

Read More
Michael Harris 1/6/24 Michael Harris 1/6/24

The “unsplit” Function in R

Reverses the effect of split by combining the elements of a list into a vector, matrix, or data frame.

Read More
Michael Harris 1/6/24 Michael Harris 1/6/24

The “split” Function in R

Splits a vector, data frame, or list into groups based on a factor or list of factors.

Read More
Michael Harris 1/5/24 Michael Harris 1/5/24

The “replicate” Function in R

Replicates the evaluation of an expression a specified number of times.

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