search for: matr1

Displaying 1 result from an estimated 1 matches for "matr1".

Did you mean: mat1
2012 Feb 29
1
Error occurred during mean calculation of a column of a data frame, which is apparently contents numeric data
..." "33.0" > > colnames(matr)<-c("Type", "S_Id", "Record_time", "P_id", "Pulse_rate", "Syst", "Dias", "Pres") Note column names must be inserted before computing the desired mean value. matr1<-as.data.frame(matr) > matr1 Type S_Id Record_time P_id Pulse_rate Syst Dias Pres 1 bp 67 2011-12-09T19:59:44.044+05:30 9830576102 68.0 124.0 58.0 66.0 2 bp 67 2011-12-09T20:19:31.0...