Displaying 1 result from an estimated 1 matches for "pparg2".
Did you mean:
parg2
2006 Feb 16
3
Sweave - problems with underscores in variable names...
...e is....
<<missing_data,echo=false,results=tex>>=
## Lists observations with missing data
miss_1431 <- subset(gen, PPARG1.2_1431GA == "", select=
c(AAA_ID,PPARG1.2_1431GA))
xtable(miss_1431, caption="Missing data for PPARG1.2-1431GA")
miss_p12a <- subset(gen, PPARG2_P12A_CG == "", select= c(AAA_ID,PPARG2_P12A_CG))
xtable(miss_p12a, caption="Missing data for PPARG2-P12A_CG")
@
and the variables in my data set have the following names...
> names(gen)
[1] "AAA_ID" "OPN_1083AG" "OPN_1239AC"...