Mar
27
TeXing R tables: Save yourself a lot of typing...
I want to share a function I wrote for my dissertation. The function is useful for putting up to two R tables into one TeX table.
You have to load the package 'languageR' to have the dataset 'dative' available.
Let's suppose you have two tables, one with means and another one with standard deviations. Of course, these two tables have the same number of rows and columns - this is also checked in the function.
You have to load the package 'languageR' to have the dataset 'dative' available.
Let's suppose you have two tables, one with means and another one with standard deviations. Of course, these two tables have the same number of rows and columns - this is also checked in the function.