search for: test713

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

Did you mean: test13
2007 Nov 29
1
extracting items from R objects and using them in \Sexpr with Sweave--problem with $
...-------------------------- <<lowerCI95>>= lowerCI95713 <- t.test(data713, alternative="greater") lowerCI95713.bound <- lowerCI95713$conf.int[1] @ Thus a lower 95\% confidence bound on the mean octane concentration is \Sexpr{lowerCI95713.bound}. <<ttest>>= t.test713 <- t.test(data713, mu=87, alternative="greater") p.value <- t.test713$p.value @ --------------------------------------------------------- When I Sweave and then pdflatex the files, the output pdf file contains the verbatim text: "Thus a lower 95% confidence bound on the mea...