I have the following data frame with details

df=LTACData

I want to create cross tabulation of four technologies
(tech1,tech2,tech3,tech4) with each sub-category (Milkutil) of respect milk
utilization categories (c1,c2,c3)to districts (distr1,distr2,......distr16).
I need to report N=total number of observation, percentage and statistical
significance. I have tried the following syntax. Please suggest the
modification.
    Table1 <- with(LTACData, summarize( cbind(tech1, tech2,tech3,tech4),
by=llist(District, Milkutil), FUN=colSums))




--
View this message in context: 
http://r.789695.n4.nabble.com/Multiple-tabulation-with-length-percentages-and-statistical-significance-tp4727278.html
Sent from the datatable-help mailing list archive at Nabble.com.
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

Reply via email to