search for: problemcode

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

2010 Oct 22
1
trouble with \textless in Hmisc latex() on a drop1 object
...rep(1,51)), rnorm(100), rnorm(100))) names(salmon) <- c("country","freshwater","marine") model1 <- glm(country~freshwater+marine, family="binomial", data=salmon) summary(model1) model1r <- round(drop1(model1),3) @ Here is some problem code. <<problemcode, results=tex>>= latex(model1r, file="", caption="signficance of individual predictors") @ \end{document} [[alternative HTML version deleted]]