Displaying 1 result from an estimated 1 matches for "relfreq".
2012 Aug 18
1
texi2dvi error "Sweave" and "exams"
...Users/PJO"
> library("exams")
> options(device.ask.default = FALSE)
>
> myexam <- list(
+ "boxplots",
+ c("tstat", "ttest", "confint"),
+ c("regression", "anova"),
+ "scatterplot",
+ "relfreq"
+ )
>
> sol <- exams(myexam)
Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) :
Running 'texi2dvi' on 'plain1.tex' failed.
I am running:
R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
Copyright (C) 2012 The R Foundation f...