search for: dodot

Displaying 1 result from an estimated 1 matches for "dodot".

Did you mean: dodo
2009 Sep 28
1
model.matrix troubles with AlgDesign
...xt = prog)) frml <- paste(strHead, prog, strTail, sep = "") } if (0 != (pos <- findDot(".", frml))[1]) { strHead <- substr(frml, 1, pos[1] - 1) strTail <- substr(frml, pos[2] + 1, nchar(frml)) prog <- eval(parse(text = "doDot()")) frml <- paste(strHead, prog, strTail, sep = "") } if (!const) frml <- paste(frml, "+0", sep = "") frml <- as.formula(frml) frml } Any help would be greatly appreciated. Regards, Ulrike -- View this message in cont...