列の合計を計算したいのですが、1 つの列を除外します。各行の合計を追加するときに、除外する列を指定するにはどうすればよいですか。
hd_total<-rowSums(hd) #hd is where the data is that is read is being held
hn_total<-rowSums(hn)
列の合計を計算したいのですが、1 つの列を除外します。各行の合計を追加するときに、除外する列を指定するにはどうすればよいですか。
hd_total<-rowSums(hd) #hd is where the data is that is read is being held
hn_total<-rowSums(hn)