I colud not, even without attach the dataset.

The thing is, when I use this





On Fri, Nov 23, 2012 at 5:56 PM, David Winsemius <dwinsem...@comcast.net>wrote:

>
> On Nov 23, 2012, at 12:08 PM, Pablo Menese wrote:
>
>  I have this problem.
>>
>> test <- svydesign(id=~1,weights=~peso)
>>
>> logit <- svyglm(bach ~ job2 + mujer + egp4 + programa + delay + mdeo + str
>> + evprivate, family=binomial,design=test)
>>
>> then appear:
>>
>> Error in svyglm.survey.design(bach ~ job2 + mujer + egp4 + programa +  :
>>  all variables must be in design= argument
>>
>> I don't know what this mean...
>>
>
> I suspect you have attach()-ed your dataset and are expecting regression
> functions to be "aware" of your column names. That expectation doesn't
> always get fulfilled since the authrs of regression packages are expecting
> dataframe arguments to be supplied. You may want to detach the dataset and
> use data= arguments in svydesign().
>
> You should forget that you ever heard about the function attach().
>
> --
>
> David Winsemius, MD
> Alameda, CA, USA
>
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to