[R] Warning message during starts up

2013-11-14 Thread Dereje Fentie
During startup R gives a Warning message: "Setting LC_CTYPE=en_US gnumeric & failed" What is the error and how can I fix it? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help P

Re: [R] Generating bootstrap samples from a panel data frame

2013-11-14 Thread Dereje Fentie
work On Mon, Nov 11, 2013 at 6:11 PM, Dereje Fentie wrote: > > With a data frame (call it *d*) composed of 2000 individuals and > *n*observations for each individual (thus > *2000n* observations in total), I would like to generate *k* bootstrap > samples with replacement from *d*

[R] Generating bootstrap samples from a panel data frame

2013-11-11 Thread Dereje Fentie
With a data frame (call it *d*) composed of 2000 individuals and *n*observations for each individual (thus *2000n* observations in total), I would like to generate *k* bootstrap samples with replacement from *d*. Amongst other variables, *d* has a numeric variable *id* taking on identical value for

[R] r package to solve for Nash equilibrium

2013-11-11 Thread Dereje Fentie
Is there an r package out there that solves for pure strategy* Nash equilibrium of a two-person game*? A search for Nash equilibrium in r provides a link to the *GNE* package which solves for the Generalized Nash equilibrium. But what I would like to solve is a pure strategy Nash equilibrium.