Displaying 1 result from an estimated 1 matches for "byebon".
Did you mean:
belon
2008 Aug 18
1
Survey Design / Rake questions
...ywood")
> EBOnNewTots <- c( 1000, 600, 1200,
500, 1000, 500, 200, 250, 1000, 300,
100, 50, 73.65 )
> EBNumStn <- c(673.65, 800, 1000, 1000, 800, 700, 600, 500, 400,
200, 50, 50 )
> ByEBOn <- data.frame(OnLabels,EBOnNewTots)
> ByEBNum <- data.frame(c(1:12),EBNumStn)
> RakedEBSurvey <- rake(EBDesign, list(~ByEBOn, ~ByEBNum),
list(EBOnNewTots, EBNumStn ) )
Error in model.frame.default(margin, data = design$variables) :
invalid type (list) for variable 'ByEBOn&...