search for: inany

Displaying 3 results from an estimated 3 matches for "inany".

Did you mean: inane
2011 Jul 26
1
Package or procedure recommendations for analysis of repeated cross-sections?
I have a survey data set of 6 years and about 1500 persons surveyed per year, with roughly 200 questions per survey. The samples are drawn independently without replacement and are intended to represent the nation (USA). I would like to create something like a synthetic panel, dividing the respondents up into groups and then seeing if year to year changes in the mean value of my independent
2013 Jan 11
11
evaluating backup systems: rsync
Considering using rsync on a couple systems for backup, I was wondering if it's possible, and if so how difficult is it, to delete files which have been backed up (in order to save space on the backup media). Anyone with experience doing this?
2012 Jul 09
10
attr_accessible on some properties + attr_protected on others makes class 'open-by-default'
(I posted this as a bug in GitHub (https://github.com/rails/rails/issues/7018), but then someone there told me I should post it here, so here it is.) If you set attr_accessible on some properties in an ActiveRecord-descended class, and then attr_protected on others - the class becomes ''default-open'' - if any properties are missed or added later, they will be accessible by