Displaying 1 result from an estimated 1 matches for "svviws".
Did you mean:
svviews
2008 Feb 15
12
Transfer Crosstable to Word-Document
...A"),n,T)
#Create crosstab
ct <- CrossTable(state, sex, expected=TRUE, format="SPSS", digits=1)
ct #display crosstab on screen
#Trie to produce a html file
xtable(ct) #Error message: No method!
methods(xtable)
#Try to create a rich formatted table and insert it into Word
#with svViws, but only a little part of crosstab it inserted
docdir <- "r:\\r"
WordOpen(file.path(docdir, "cross.doc"))
viewfile <- view(ct, type = "summary", browse = FALSE)
WordGoto("ctview")
WordInsertFile(viewfile, TRUE) #only a little part of crosstab inserted...