1 / 5
Frequency Distribution
50 likes | 205 Views
Frequency Distribution. Use the dataset: videodata.xls. Title 3 columns: Classes, Frequency, Percentage. Create frequencies. Click in the cell next to the first group (for example: Female) Type = countif (C2:C21, 0) Click in the cell next to Male Type = countif (C2:C21,1).
Download Presentation
Frequency Distribution
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Use the dataset: videodata.xls • Title 3 columns: Classes, Frequency, Percentage
Create frequencies • Click in the cell next to the first group (for example: Female) • Type =countif(C2:C21, 0) • Click in the cell next to Male • Type =countif(C2:C21,1)
Sum the column of frequencies • =sum(I4:I5)
Create percentages • For the female group: =I4/I6 • For the male group: =I5/I6
More Related