Re: [R] Defining multiple variables in a loop

2012-06-24 Thread Taylor White
worth it. > > Best, > Michael > > On Sun, Jun 24, 2012 at 4:30 PM, Bert Gunter wrote: >> Standard response: Use lists instead. >> >> Read An Intro to R to learn about lists. In fact,read an An Intro to R, >> full stop ( if you have not already done so). >>

[R] Defining multiple variables in a loop

2012-06-24 Thread Taylor White
. Any help would be much appreciated. Thanks, Taylor White UCLA ##Bootstrapping panel data by hand.  Create 4 variables from 3 subsets of the original data. Resample each variable and recombine into one matrix. plmcoef <- array(0, c(1000, 4)) #creates an empty array to store regression

[R] Error using PGMM function in the PLM package

2012-04-08 Thread Taylor White
. The links to my my (trimmed) dataset and R code are below. Thanks to all in advance for your help. Taylor White Research Assistant, UCLA taylorgentrywh...@gmail.com Link to dataset: https://docs.google.com/open?id=0B5VZMvsirgHCajdxWVI0aVVRQ2F0a3Q4V0NiaDlrdw Link to the script used