search for: buttressed

Displaying 7 results from an estimated 7 matches for "buttressed".

Did you mean: buttress
2013 Mar 15
2
latex(test, collabel=) returns wrong latex code?
Hello: I'm working with a 2-dimensional table that looks sort of like test below. I'm trying to produce latex code that will add dimension names for both the rows and the columns. In using the following code, latex chokes when I include collabel='Vote' but it's fine without it. The code below prouces the latex code further below. I'm confused by this, because it looks
2002 Jun 27
3
Samba as a PDC -- HELP NEEDED
Hi Samba Support, I'm in an all Windows environment with about 60 Win XP workstations and 10 Win 2K Pros, served by a Win 2K Server and have mails on Exchange 2000. But Mine!! and I mean Mine! stability is a problem! I read about the ability of Samba as a PDC. Please I need to implement this technology quickly to the situation and buttress my initial arguement that the right choice was an X
2012 Aug 20
2
Changing line length in Sweave output works for numeric, but not for character vectors
Hi there: I'm preparing a report in RStudio 0.96.330 on a Mac OS. I'm running R 2.15.0 I understand from Ross Ihaka's document (http://www.stat.auckland.ac.nz/~stat782/downloads/Sweave-customisation.pdf) that you can modify the line length of Sweave output by a call to options(wdith=x). This works great for me for numeric output, but not for character vectors that I have to print.
2013 Jan 08
1
tm: custom reader for readPlain
Hello: I have a series of newspaper articles from a Canadian newspaper database (Canadian Newsstand) that look just like below. I've read through this vignette (http://cran.r-project.org/web/packages/tm/vignettes/extensions.pdf) about creating a custom reader to extract meta-data, but I can't understand how to apply this in the context of a text document, rather than in the tabular format
2011 Feb 21
0
OT: R Square Help (this debate again, i know!) and The Experimental Unit
...ou're looking for real R Help. (see also one inline coment below) Mount soapbox; begin rant </ In addition to the points you made/alluded to, may I also suggest that confusion about the nature of The Experimental Unit results in a lot of garbage/non-replicable scientific results seemingly buttressed by "officially sanctioned" statistics. You can google the erm, but many of the results are not definitions, but examples from which one is (presumably) supposed to inductively infer the definition. Here is the one that I think is gfermane: Experimental Unit: The smallest division of the...
2012 Nov 09
5
using lapply with recode
Hello: Forgive me, this is surely a simple question but I can't figure it out, having consulted the help archives and "Data Manipulation With R" (Spector). I have a list of 11 data frames with one common variable in each (prov). I'd like to use lapply to go through and recode one particular level of that common variable. I can get the recode to work, but it only returns the
2012 Nov 12
3
select different variables from a list of data frames
Hi: How do I select different variables from a list of data frames. I have a list of 13 that looks like below. Each data frame has more variables than I need. How do I go through the list and select the variables that I need. In the example below, I need to get the variables "a", and "q10" and "q14" to be returned to two separate data frames. Thank you. Yours, Simon