search for: plantstrataid

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

2004 Jun 02
1
factor -> numeric
...variable (another variable deifnes the observation type). Some of these observation types are factors, so R naturally classifies the entire variable as a factor. I want to select a subset and convert the values to numeric values, but it isn't working; as shown below: > rsm2<-subset(rsm,PlantStrataId==2,select=c(Value)) > rsm2$Value [1] 70 30 15 50 [26] 2 [51] 6 [76]...