Hi, I'm a new R user. I noticed that RKWard has a really nice output when it does crosstabs. It even includes the chi-squared values. However, I obviously can't simply copy this into my standalone R script. Does anyone know the code or a way for me to view the code.
Secondly, if I am writing an R script I want to be able to view the output as a pdf even if my function is not a graph, like the chisq.test function. pdf() does not do that. It only displays histograms. Also, are the other ways to output the data of my RScript? For instance, Jpegs? -- View this message in context: http://www.nabble.com/Crosstabs-Output-tp20456621p20456621.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.