Since 2008, Microsoft (formerly Revolution Analytics) staff and guests
have written about R every weekday at the Revolutions blog
(http://blog.revolutionanalytics.com) and every month I post a summary
of articles from the previous month of particular interest to readers
of r-help.
In case you miss
On 04/10/17 21:11, Hemant Sain wrote:
I'm trying to perform a RFM analysis on attached dataset,
Is "RFM" the Russian [1] version of "RTFM"?
(Sorry, just couldn't resist!)
cheers,
Rolf Turner
[1] The Russian language had no definite articles. Or indefinite
ones either, for that matt
IIUC, this would be an isssue with MICE (or rather "mice"), which isn't Ole's.
It could be a namespace issue, but it could also be that some start-up code is
not executed if library() is bypasses (see .onAttach et al.).
-pd
> On 4 Oct 2017, at 17:00 , Michael Dewey wrote:
>
> Dear Ole
>
> On
Dear Ole
One of the experts may be able to diagnose this without extra
information but I suspect you have not got the right magic in your
NAMESPACE file in your package. You may need to re-read section 1.5.1 of
the Writing R extensions manual.
Michael
On 04/10/2017 13:47, Ole Høst wrote:
I
I want to call the mice function from the MICE package from my own package.
However I run into this issue, which can be reproduced on the command line:
mice::mice(airquality)#> Error in check.method(setup, data): The
following functions were not found: mice.impute.pmm, mice.impute.pmm
I have no p
You won't deliver your question successfully to the mailing list if you don't
follow the Posting Guide, particularly with regard to attachments. The most
reliable way is to include your question in the text of your PLAIN TEXT format
email with no attachments. Yes, there is an option in Gmail to
I don't see any attached dataset.
On Wed, Oct 4, 2017 at 11:11 AM, Hemant Sain wrote:
> I'm trying to perform a RFM analysis on attached dataset,
> i'm able to get the results using the auto_rfm function but i want to
> define my own breaks for RFM,
> when i tried to define my own breaks i got t
I'm trying to perform a RFM analysis on attached dataset,
i'm able to get the results using the auto_rfm function but i want to
define my own breaks for RFM,
when i tried to define my own breaks i got the identical result i.e 111 for
every ID.
please help me with this with working R script.
Thanks
8 matches
Mail list logo