Displaying 1 result from an estimated 1 matches for "cleantick".
Did you mean:
cleanlink
2007 Apr 08
1
buglet in terms calculations
..._ELT(varnames, i++, STRING_ELT(deparse1line(CAR(v),
0), 0));
and then for term.labels, we copy over the varnames (with :, as
needed) and perhaps we need to save the unquoted names somewhere?
Or is there some other approach that will get us there? Certainly
cleaning up the names via
cleanTick = function(x) gsub("`", "", x)
works, but it seems a bit ugly, and it might be better if the modeling
code was modified.
best wishes
--
Robert Gentleman, PhD
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1...