Subscribe to Technical Support & Indemnification for R
library(survey)data(api)dclus1<-svydesign(id=~dnum, weights=~pw, data=apiclus1, fpc=~fpc)pop.totals<-c(`(Intercept)`=6194, stypeH=755, stypeM=1018)## For a single factor variable this is equivalent to## postStratify(dclus1g<-calibrate(dclus1, ~stype, pop.totals))On Sat, Nov 15, 2014 at 5:32 PM, Jonathan Robinson <jonathanm...@gmail.com> wrote:I am running CentOS 6.5. I can get you the replicable code using random data on Monday.On Fri, Nov 14, 2014 at 5:42 PM, David Smith <da...@revolutionanalytics.com> wrote:Hi Jonathan,We'll investigate this in more detail. Can you share the specific CentOS (or RedHat) OS version you are using?If you could also share a call to calibrate that uses built-in data or random data but still shows the error, that would also be helpful.Thanks,# David Smith--David M Smith <da...@revolutionanalytics.com>
Chief Community Officer, Revolution Analytics http://blog.revolutionanalytics.com
Tel: +1 (650) 646-9523 (Chicago IL, USA)Twitter: @revodavid
To view this discussion on the web visit https://groups.google.com/d/msgid/rropen/0f8354da-2747-45a4-9110-3f06a60ef747%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Revolution R Open" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rropen+un...@googlegroups.com.
To post to this group, send email to rro...@googlegroups.com.
Visit this group at http://groups.google.com/group/rropen.
Subscribe to Technical Support & Indemnification for R