Dear Prof. Long,
First, your kind assistance would be appreciated.
I cannot run the code under your recommendation.
stdresids <- matrix(nrow=600,ncol=7)
for(i in 1:600)
{
stdresids[i,1] <- stdres1[i]
stdresids[i,2] <- stdres2[i]
stdresids[i,3] <- stdres3[i]
stdresids[i,4] <- stdres4[i]
stdresids[i,5] <- stdres5[i]
stdresids[i,6] <- stdres6[i]
stdresids[i,7] <- stdres7[i]
}
xlsx.writeMultipleData("stdresids.xlsx", stdresids)
xlsx.openFile("stdresids.xlsx")
Please help me change xlsx into writexl.