Displaying 1 result from an estimated 1 matches for "entrthreshold".
2009 Mar 31
2
scope of variables in R
...ars and some double vectors.
I have placed the name of such variables in the file containing the main script and the called functions:
# ----------------------------------------------------------------------------
# --------------------------- GLOBAL DATA & CONSTANTS ----------------------
EntrThreshold <- 1.e+35
NCMAX <- 50
ncof <- 0
ioff <- 0
joff <- 0
sig <- 0.0
cc <- vector(length=NCMAX)
cr <- vector(length=NCMAX)
Function "pwtset", called by function "ford", changes the content of variable 'ncof' as confirmed by...