<div dir="ltr">I am using candiscList to calculate canonical scores for a multivariate model. I would like to merge the scores with other data frames and therefor it would be useful if the scores had the same row names as the original data. Rows of the scores are currently continuously numbered. I tried the usual row.names <- rownames(data) without success. Does anyone know how to do it? Thanks. <div><br></div><div>Here is how I access the scores: </div><div><br></div><div>c <- candiscList(model, scores=TRUE)<br></div><div>d <- as.data.frame(c[["term"]]["scores"])<br></div></div>