Skip to content
Prev 372374 / 398498 Next

Complicated analysis for huge databases

Although the loop seems to be formulated correctly I wonder why
it gives me these errors :

-object 'i' not found
- unexpected '}' in "}"


the desired output is expected to be very large as for each dataframe in the list of dataframes I expect to see maf value for each of the 600 columns! and this is only for

for one dataframe in the list .. I have around 150-200 dataframes.. not sure how R will store these results.. but first I need the analysis to be done correctly. The final output has to be something like this :-
MealsCombinations    Cust.ID      I              II            III             IV       ...... 600
1          33-55                          1             0.124      0.10      0.65       0.467
                                                  3
                                                  5

2      44-66                                7           0.134     0.43       0.64       0.479
                                                  4
                                                  9

.

.

~180 dataframes