Displaying 1 result from an estimated 1 matches for "trainlength".
2008 Dec 15
2
Baffled: triggering error message with an sd result in odfWeave?
I hope someone can point out my stupid error, because I'm baffled.
I am calculating a bunch of variable values and then placing them in a
document using odfWeave tags.
This is working very nicely for every spot except one.
One of the values I calculate is traindev:
traindev <- if (trainlength>0) round(sd(trainscores, na.rm=T),1) else ""
when I try to insert this traindev value anywhere in my odfWeave document
(using \Sexpr{traindev} ), I get the following error:
Start tag expected, '<' not found
Error: 1: Start tag expected, '<' not found
Another fo...