Hello Ben
I have fixed the issue of cnames(). You can update the asdocx by
asdocx_update
Following is an example and the output generated by asdocx
sysuse auto, clear
asdocx reg price mpg rep78, nest replace cnames(Base) replace label
asdocx reg price mpg rep78 headroom, nest label cnames(Headroom)
asdocx reg price mpg rep78 headroom weight, nest label cnames(Weight)
