fm.errorcheck {Rfmtool} | R Documentation |
This function checks that the enviromnemt variable is internally consistent.
fm.errorcheck(env)
env |
Environment variable obtained from fm.Init(n). |
output |
The ouput is TRUE or FALSE. |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3)
fm.errorcheck(env)