Displaying 1 result from an estimated 1 matches for "ncms".
Did you mean:
cms
2007 Sep 04
4
Q: selecting a name when it is known as a string
...00% certain that there is an easy way to do this, but after
experimenting off and on for a couple of days, and searching everywhere I
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...