Site menu:

Switch to German language

cNORM - Installation


The package cNORM is under continuous development and can be installed via CRAN. Please report errors! Suggestions for improvement, fixes ... are always welcome! The package is stable, however. At first, you need to install the latest version of R from CRAN for your operation system. We furthermore strongly encourage you to use RStudio. After starting RStudio, you should have a clean environment:



To install cNORM, please type:

install.packages("cNORM", dependencies = TRUE)
library(cNORM)



More advanced users can directly access and install the latest development version of cNORM via GitHub (Package, Changelog and Readme):

install.packages("devtools")
devtools::install_github("WLenhard/cNORM")
library(cNORM)


After installation, type library(cNORM) in the console to start cNORM:

# Load cNORM

library(cNORM)

# Start help

help(cNORM)

In case, you want to user the graphical user interface, please type:

# Start GUI

cNORM.GUI()



Overview
Data Preparation