> [4] lattice_0.20-0
>
> loaded via a namespace (and not attached):
> [1] grid_2.14.2 tools_2.14.2
>>
> -Original Message-
> From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com]
> Sent: Wednesday, 4 April 2012 2:35 PM
> To: Sue Xu
> Cc:
It works fine for me: can you give sessionInfo()?
Michael
On Tue, Apr 3, 2012 at 9:27 PM, Sue Xu wrote:
> Hi,
>
> I am trying to use the CSPADE function as part of the ArulesSequences
> package. When running with my own data I get a system invocation error, and
> also get the same when running
That's a very late answer, but I just ran into the same problem and thought
maybe someone else (someone browsing the archives, for instance) would
appreciate a tip. There are maybe empty lines in your data file
"file_name.txt". If you remove them, or remove the corresponding
transactions in "data_e
I have a vector with entries like "1,1,2,item1,item2" or "1,2,1,item1" that I
save as "file_name.txt" and then is transformed into a transaction by
calling:
data_ex <- read_baskets("file_name.txt", sep=",", info=
c("eventID","sequenceID","SIZE"))
as the first first three parts of the entry corr
4 matches
Mail list logo