Learn R Programming

Rfmtool (version 5.0.3)

fm.errorcheck: Basic error check

Description

This function checks that the enviromnemt variable is internally consistent.

Usage

fm.errorcheck(env)

Value

output

The ouput is TRUE or FALSE.

Arguments

env

Environment variable obtained from fm.Init(n).

Author

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

Run this code
env<-fm.Init(3)
fm.errorcheck(env)

Run the code above in your browser using DataLab