search for: data713

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

Did you mean: data13
2007 Nov 29
1
extracting items from R objects and using them in \Sexpr with Sweave--problem with $
Running R 2.5.1 on WinXP with Tinn-R, and using Sweave via MikTex. I am having trouble with the code below: ------------------------------------------------------- <<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.t...