I'm using the describe function in (Hmisc) with survey data.

When I run this command: describe(NCS,weights=NCS$w1)

I get this error message:

Error in describe(NCS, weights = NCS$w1) : 
  unused argument(s) (weights = c(2.49460916442049,...

Do you know why it is not using the weights argument?
  
-- 
View this message in context: 
http://old.nabble.com/Error-in-describe-Unused-Argument%28s%29-tp26269822p26269822.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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