I am working with a dataset that contains many missing values and a small number of observations, which makes modelling difficult. To address this, I would like to use bootstrap resampling. One column in the dataset contains the values shown in the attached Excel file, and I want to replace this column with simulated data consisting of 10,000 observations (Column Name: Sim_Y1_Liability). I used the following two formulas to generate the simulated values, but JMP returns an error when I enter them. Could anyone advise what might be causing the error and how to correct it?
JMP Formula 1:
Pick Random(
0,
2239500,
929880,
2192100,
2806020,
0,
3387600,
109080,
1057860,
441840,
880950,
1753830,
0,
968070,
1990950,
295410,
1083420,
0,
235770,
616500,
0,
279120,
0,
591090,
35100
)
JMP Formula 2:
Random Sample(
{0, 2239500, 929880, 2192100, 2806020, 0, 3387600, 109080, 1057860, 441840,
880950, 1753830, 0, 968070, 1990950, 295410, 1083420, 0, 235770, 616500,
0, 279120, 0, 591090, 35100}
)[1]