Don,

Thank you for your helpful response.  At this point, I do believe it is a 
package error and I have contacted the developer.

Thanks,
Lisa

-----Original Message-----
From: MacQueen, Don [mailto:macque...@llnl.gov] 
Sent: Thursday, May 19, 2016 4:27 PM
To: Rees, Lisa Marie (MU-Student); r-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 a clue. Or they might not!

There might be some requirements on the second argument of the
DefineGame() function. Check the help page for DefineGame and see if the object 
you supplied, value, meets those requirements.

-Don

--
Don MacQueen

Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062





On 5/19/16, 7:16 AM, "R-help on behalf of Rees, Lisa Marie (MU-Student)"
<r-help-boun...@r-project.org on behalf of lmr...@mail.missouri.edu> wrote:

>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, 11112, 13, 113, 1113, 
>11113, 1213, 11213, 111213, 1111213, 14, 114, 1114, 11114, 1214, 11214, 
>111214, 1111214, 1314, 11314, 111314, 1111314, 121314, 1121314, 
>11121314, 111121314]
>
>What can I do to fix this issue?  I would greatly appreciate any help.
>
>Thank you.
>
>
>
>       [[alternative HTML version deleted]]
>
>______________________________________________
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to