Skip to content

MWilligen/r-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

r-functions

General R-functions used in a variety of scripts

%notin%

Function to filter a dataset against a list

dups.betweengroups

From http://www.cookbook-r.com/Manipulating_data/Comparing_data_frames/ function to compare two datasets against each other. Datasets need to have identical column names and merged with an additional column defining the two datasets e.g. column 'df' with dataset 1 having value 'new' and dataset 2 having value 'old' in this column.

SEM

Calculate the standard error of the mean for x

About

General R-functions used in many scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages