Displaying 2 results from an estimated 2 matches for "trainscores".
2008 Dec 15
2
Baffled: triggering error message with an sd result in odfWeave?
...int 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 formula,
postsd<- if (pos...
2011 May 24
1
seeking help on using LARS package
Hi,
I am writing to seek some guidance regarding using Lasso regression with the
R package LARS. I have introductory statistics background but I am trying to
learn more. Right now I am trying to duplicate the results in a paper for
shRNA prediction "An accurate and interpretable model for siRNA efficacy
prediction, Jean-Philippe Vert et. al, Bioinformatics" for a Bioinformatics
project