Displaying 1 result from an estimated 1 matches for "mincms".
Did you mean:
mincls
2007 Sep 04
4
Q: selecting a name when it is known as a string
...could think of, I haven't been able to find the trick.
I have this piece of code:
...
attach(d)
if (ORDINATE == 'ds')
{ lo <- loess(percent ~ ncms * ds, d, control=loess.control(trace.hat =
'approximate'))
grid <- data.frame(expand.grid(ds=MINVAL:MAXVAL, ncms=MINCMS:MAXCMS))
...
then there several almost-identical "if" statements for different values of
ORDINATE. For example, the next "if" statement starts with:
...
if (ORDINATE == 'dsl')
{ lo <- loess(percent ~ ncms * dsl, d, control=loess.control(trace.hat =
'approxim...