Computer Science, asked by ankurpanwar2596, 9 months ago

Which command is used to get proportions in r programming?

Answers

Answered by mindfulmaisel
0

Answer:

Prop.table() command is used to ‘get proportions’ in r programming.

Explanation:

Once you get the table data along with counts, then we can calculate the proportions of each and every count to the total by simply dividing the table by total counts using R programming. In order to calculate the manual and automatic gearbox’s proportion for a dataset named cars, we can use the below line of code.

   Prop.table (table_name);

It is also used for calculating marginal type proportions. It is exactly not the center of the data. But most of the data doesn’t come in orders.

Similar questions