R-help:
I'm using xtable that produces a table in html with one-line for each of the
long column headings/names.
I would like to word wrap the column headings to break into two-lines.
Any suggestion as to which argument needs adjustment is appreciated.
Bruce
___
Dear David:
Thank you for your excellent reply.
Apparently, you are a in the know.
Again, thanks.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On May
". I would
>>> expect the package documentation, especially vignettes, explains this in
>>> any case. Pls check.
>>>
>>> Hopefully, you'll get a more authoritative response if I'm wrong.
>>>
>>> Bert
>>>
&
R-helpers:
In the "glmulti" package, it states parameter fitfunction assumes
functions similar to glm, but doesn't list them.
What are the functions similar to glm that can be used with glmulti?
Bruce
__
R-help@r-project.org mailing list -- To UNSUBSCR
Thanks, Bill.
Bruce
__
> On May 5, 2017, at 5:54 PM, William Dunlap wrote:
>
> Use Google: a search for "R Reporter package" shows that the package is named
> "ReporteRs".
>
> Bill Dunlap
> TIBCO Software
> wdunlap tibco.com
>
>> On Fri, May 5, 2017 at 2:50 PM, BR_email wrot
it is well integrated with Rstudio. knitr works behind the scenes, and I
> believe it can even create a Microsoft Word document though pandoc, without
> the need for ReporteR (but I have never tried, so I might be wrong).
>
> Best,
> Ulrik
>
>> On Fri, 5 May 2017 at 15:26 Bruc
s formatting options, but it
> doesn't play well with the other tools.
> --
> Sent from my phone. Please excuse my brevity.
>
>> On May 5, 2017 5:08:19 AM PDT, Bruce Ratner PhD wrote:
>> R-helpers:
>> I need some references for formatting the display of my dat
; Hi Bruce,
>
> display as in the console or as a table for presentation?
>
> For the latter, look at sprintf:
>
> sprintf("%,1f", 1)
> sprintf("%.2f", 2.5678)
> sprintf("$%.3f", 2.5678)
>
> HTH
> Ulrik
>
>> On Fri, 5 May 2
R-helpers:
I need some references for formatting the display of my data frame columns.
Any guidance will be appreciated. Bruce
~~
I have a date frame with one column as an integer for which I want a comma
display,
one column consisting of dollar amounts, one column for which I want a display
to
earnest reply and trouble shooting.
It does not go unnoticed.
Bruce
______
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On May 3, 2017, at 10:03 AM, Jeff Newmiller wrot
R-helpers:
I'm reading "Advanced R" (Wickham), which provides his way, quoted below, of
keeping variables. This cherry-picking approach clearly is not practical with a
large dataset.
"If you know the columns you don’t want, use set operations to work out which
colums to keep: df[setdiff(names(
David:
Correction: I do need a data frame because from the order Response column I
create a data frame as per all my calculated columns, yielding the five column
decile table.
I used your latest corrections but something buggy is a happenin'.
Bruce
__
Bruce Ratner Ph
resample from a large sample than the original.
(I know this is viewed by some as unorthodox.)
Your point: I only need Response as a column vector.
That said, what would you alter, please?
Thanks for your time.
Regards,
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791
David:
Got it!
Thanks, again.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Apr 21, 2017, at 10:56 AM, David L Carlson wrote:
>
> You can r
Thanks, Jeff.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Apr 20, 2017, at 7:15 PM, Jeff Newmiller wrote:
>
> Report
David:
Thanks so much. I will recode and let you know how it works out.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Apr 20, 2017, at 4:31 PM, Davi
Duncan: Thanks. I've exhausted my search for a simple table package that also
allows for column sums. If you are not familiar with the decile table, you will
find it quite embedded with much insight for predominance of virtually any
model.
Regards,
Bruce
__
Bruce Ratner Ph
most did me in, and which created ill feelings among several R-helpers
towards me.
Regards,
Bruce
______
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Apr 18, 20
Bert:
I used note pad under Administrator. The code:
options(prompt="R> ")
set.seed(12345)
Bruce
______
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On
David:
When I launch Rstudio the effects of the Rprofile do not show, e.g., I want the
prompt to be "R> " instead of the default "> ". The former doesn't show.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predicti
o my last two questions, given I politely informed him
that I have done the basic reading, etc?
Regardless, you are professional, helpful, and very proper.
Unfortunately, I don't think I will use R-help, in fear of Boris.
Bruce
__
Bruce Ratner PhD
The Significant Statistici
Dear William:
Thank you for your informative reply.
I simply got lost in the forest, as I have indeed been reading several R books.
As I tell my students, "every bright mind has a dull spot."
Best Regards,
Bruce
______
Bruce Ratner PhD
The Significant Statistician™
(516
Dear Harold:
If you do not want to answer my questions, then do not reply.
Warmest Regards,
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Apr 10, 2
Thanks, David.
__
Bruce Ratner PhD
> On Apr 5, 2017, at 5:49 PM, David L Carlson wrote:
>
> Data files is pretty vague. If you save the output of a function such as
> rcorr(), you can extract any of the parts you need. Step 1 is to read the
> documentati
Jeff:
Thanks for the info. Sorry for the misstep.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Apr 1, 2017, at 3:37 PM, Jeff Newmiller wr
combined to the
original data.frame, yielding a data.frame with five columns and eleven rows.
Thanks, in advance.
Bruce
______
Bruce Ratner PhD
The Significant Statistician™
[[alternative HTML version deleted]]
__
R-help@r-proje
Duncan, it's not a homework assignment.
Thanks.
Bruce
__
> On Mar 29, 2017, at 6:29 PM, Duncan Murdoch wrote:
>
>> On 29/03/2017 6:14 PM, BR_email wrote:
>> Hi R'ers:
>> I need a little help.
>> Thanks in advance.
>> Bruce
>>
>> dd<- read.csv("C:/R_Data/firstRdata.csv", s
Duncan, it's not a homework assignment.
Jim, thank you.
Bruce
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Mar 29, 2017, at 6:29 PM, Duncan Murdoc
__
Bruce Ratner PhD
The Significant Statistician™
(516) 791-3544
Statistical Predictive Analytics -- www.DMSTAT1.com
Machine-Learning Data Mining -- www.GenIQ.net
> On Mar 24, 2017, at 3:48 AM, Enrico Schumann wrote:
>
> On Thu, 23 Mar 2017, Bruce Ratner PhD writes:
Hi R'ers:
I would like to setting up a .Rprofile file with
setwd("C:/R_WorkDir")
set.seed(12345)
options (prompt "> R ")
---
Can you help providing the code or instructive link, I've find many links, but
I can't figure it out?
Thanks.
Bruce
_
30 matches
Mail list logo