Re: [R] Approach for Storing Result Data

2017-03-08 Thread Jeff Newmiller
Seems pretty normal except that your one-by-one lookup process usually gets old eventually, and comparing results is much easier if you merge the study data with the lookup data all at once and then use aggregate() (or any of numerous equivalents from contributed packages) to collect results or

Re: [R] Approach for Storing Result Data

2017-03-08 Thread Bert Gunter
This does not appear to be a legitimate topic for r-help: it is are not a consulting service. Please see the posting guide. Of course, others may disagree and reply. Wouldn't be the first time I'm wrong. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along

[R] Approach for Storing Result Data

2017-03-08 Thread G . Maubach
Hi All, today I have a more general question concerning the approach of storing different values from the analysis of multiple variables. My task is to compare distributions in a universe with distributions from the respondents using a whole bunch of variables. Comparison shall be done on rela