Displaying 1 result from an estimated 1 matches for "bytabl".
Did you mean:
bytable
2007 Dec 06
0
alternatives to latex() or xtable()
...and SITE
(vectors of categories)):
ops=c(quote(mean),quote(median),quote(sd),quote(length))
ops.desc=list(mean="Mean",median="Median",sd="S.D.",length="N")
pathDist.indices=list
(Surface=pathDist$Surface,Capacity=pathDist$Capacity,Site=pathDist$SITE)
pathDist.bytable=bytable(pathDist$distances,pathDist.indices,ops=ops,
ops.desc=ops.desc,na.rm=TRUE)
pathDist.table=latex.table.by(pathDist.bytable,num.by.vars=length(
pathDist.indices),caption="Path Characteristics")
print(pathDist.table,
type="latex",file="E:/xdrive/projects/Ghana_air/bac...