Skip to content
Prev 166569 / 398502 Next

Print specific matrix value???

Hi Nidhi,

in your very last line, you set
Observed_Scores = GenData[1]

After that, Observed_Scores is not a matrix any more, but a list with a 
single entry Observed_Scores$model, which is in fact a data.frame, but 
with different dimensions than you initially set Observed_Scores to.

HTH,
Stephan


Nidhi Kohli schrieb: