Sweep Function with Matrix Calculation (Row_Wise) || X/( Identity_matrix -X) || R

前端 未结 0 1682
刺人心
刺人心 2020-12-08 15:51
`# Identity_matrix Creation\'

I_mat <- matrix(0, 4, 4)
diag(I_mat) <-1
View(I_mat)
length(I_mat)


\'#Reading the data from CSV\'

Numerator<-read.csv(file         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题