Embed presentation
Download as KEY, PPTX






























































![book <- loadWorkbook("test.xlsx", create = TRUE)
book["iris"] <- iris
#
book["iris2", startRow = 6, startCol = 11,
header = FALSE] <- iris
#
saveWorkbook(book)
book["iris"]
book["iris2", header=FALSE]
#](https://image.slidesharecdn.com/random-111126013722-phpapp01/75/slide-63-2048.jpg)


The document describes the memisc R package which contains functions for creating publication-ready regression tables. It shows how to use the mtable function to generate a regression table from linear models and export it to an Excel spreadsheet. Additionally, it demonstrates how to write the iris dataset directly to a worksheet and a subset of iris to another location in the same worksheet.






























































![book <- loadWorkbook("test.xlsx", create = TRUE)
book["iris"] <- iris
#
book["iris2", startRow = 6, startCol = 11,
header = FALSE] <- iris
#
saveWorkbook(book)
book["iris"]
book["iris2", header=FALSE]
#](https://image.slidesharecdn.com/random-111126013722-phpapp01/75/slide-63-2048.jpg)
