search for: beck_scor

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

Did you mean: beck_score
2012 Oct 17
1
Comparing dcast and reshape
...("site", "id", "instrument"), measure.vars=c("base.score", "score.90d")) FullCast <- dcast(Full.Melt, site + id ~ instrument + variable, value.var="value") > FullCast site id beck_base.score beck_score.90d phq_base.score phq_score.90d 1 1 1 27 20 13 11 2 1 2 31 27 11 12 3 2 1 22 24 10 8 4 2 2 41 34 17...