Displaying 1 result from an estimated 1 matches for "chair002od".
2011 Jun 09
0
missing values and error message
...riable.
The error message comes in when i try to plot # 2 above when there are
missing values in a specific column.
For other subjects with non missing values in each variable, i can plot
using the code and then i can proceeed to the other plots using the code
below:
The code is as follows:
Chair002OD<-read.csv("Chair002OD.csv", header=TRUE)
attach(Chair002OD)
names(Chair002OD)
oldpar<-par(mfrow=c(2,2),oma=c(0,0,2,0)
0.1)
truehist(SDANN5mins,SDANN5mins="FD",col="blue",main="Histogram of
SDANN5mins",
ylab="Frequency",prob=FALSE)
b...