Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Introduction

kmorrisongr edited this page Feb 17, 2020 · 2 revisions

Naming Conventions

Functions are prefaced by an abbreviation representing the umbrella task that they fall under. These are:

Category Prefix
Common Utilities fccu_
Custom Functions cust_
Data Cleaning fcdc_
Dimension Reduction fcdr_
Feature Filtering fcff_
Feature Selection NA/WIP
Graphical Output fcgo_
Helper Functions fch_
Multi-Fc Functions fcmu_
Statistical Modeling fcsm_
Statistical Testing fcst_

I've tried to make the function names helpful/descriptive of the task they accomplish. If you have an idea for a better name, let me know.

Using Functions

In general, functions that accept an Fc Array Data Frame as input and perform some operation on that data frame (imputation, etc.) will give you back an Fc Array Data Frame. Check what a function does by using ? beforehand to make sure you're clear on what it does, or read the wiki information here.

Clone this wiki locally