svyCreateTableOne -- request for additional feature
Thanks for this helpful package.
With regard to the svyCreateTableOne It would be nice to be able to set a population total to normalize to (like Ntotal in svytable) and show the SE that goes with it.
Including SE is a good idea. I'll probably include that in the summary method in the future version. For the total population normalization part, does it make sense to just manipulate your weights before giving it to CreateTableOne?
Thanks for the quick reply.
Manipulating the weights would not be an option for me. The data we are working with is from a telephone survey done by a professional company. So the weights are provided and not calculated by ourselves.
Ideally for me, in one table cell there would be the normalized population number and the SE in parenthesis.