-help@r-project.org
Subject: Re: [R] error in data.farme--duplicate row.names error
You will probably have to contact the maintainer of the package, since the
error appears to be generated inside the package's function.
Immediately after the error, type
traceback()
The results might give
You will probably have to contact the maintainer of the package, since the
error appears to be generated inside the package's function.
Immediately after the error, type
traceback()
The results might give you a clue. Or they might not!
There might be some requirements on the second argument of
ael Dewey [mailto:li...@dewey.myzen.co.uk]
Sent: Thursday, May 19, 2016 11:05 AM
To: Rees, Lisa Marie (MU-Student); r-help@r-project.org
Subject: Re: [R] error in data.farme--duplicate row.names error
Dear Lisa
What does Bmat contain? Perhaps try table(table(Bmat)) and see if any entries
are greate
Dear Lisa
What does Bmat contain? Perhaps try table(table(Bmat)) and see if any
entries are greater than unity.
On 19/05/2016 15:16, Rees, Lisa Marie (MU-Student) wrote:
I'm using the "GameTheory" package--- DefineGame(14,values) and values is equal
to 16,383 observations.
I keep getting th
I'm using the "GameTheory" package--- DefineGame(14,values) and values is equal
to 16,383 observations.
I keep getting the following error-
[Error in data.frame(rep(0, 2^n - 1), row.names = Bmat) :
duplicate row.names: 1, 11, 111, 12, 112, 1112, 2, 13, 113, 1113, 3,
1213, 11213, 111213
5 matches
Mail list logo