<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Dear All
<div>I have solved the individual sample names issue (re-ordering of the samples so they match across matrices...1, 2...n) so these are removed on running inputMat.</div>
<div><br>
</div>
<div>I look forward to any suggestions on solving or interpreting the rowSums(bd) error as per below....</div>
<div><br>
</div>
<div>many thanks,</div>
<div>best,</div>
<div>Caroline.</div>
<div><br>
</div>
<div>
<div>inputMat <- as.data.frame(cbind(birthDeath, Y[, -1], covMat[, -1]))</div>
<div>DataCheck(inputMat, studyStart = 1, studyEnd = 109, autofix = rep(1, 7), silent=FALSE)</div>
<div>
<div>
<div style="word-wrap: break-word; ">
<div><b>Error in rowSums(bd) : 'x' must be numeric</b></div>
<div><b><br>
</b></div>
<div>print(inputMat)</div>
</div>
</div>
</div>
<div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>
<div>
<div>
<div>
<div>
<div>
<div> ID realROBSBIRTH realSENDEATH 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47</div>
<div>1       1             0   2012-09-19 1 0 0 0 0 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0</div>
<div>2       2             0   2012-09-19 1 0 0 0 0 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0</div>
<div>3       3             0            0 1 0 0 0 0 0 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0</div>
<div>4       4    2012-07-14            0 1 0 0 0 0</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>