Using tabulate Row % within a group
Hello everyone, I am using tabulate to massage data to exemplify yields and failures of machines. Generally the data is sorted by date (as Rows), and status (columns). I wanted to group this info by machines, as shown below. A - accept ; R - reject I would like to display this as percentages. i.e. yield of the machine per day. The Row % on tabulate is usually what I would use. In this case, it w...