Package 'freqdistributionNogives'

Title: Automated Cumulative Frequency Plots for Grouped Distribution
Description: Input has to be in the form of vectors of lower class limits and upper class limits and frequencies; the output will give a cumulative frequency distribution table with cumulative frequency plot.
Authors: Harshit Budakoti [aut, cre, cph]
Maintainer: Harshit Budakoti <[email protected]>
License: GPL-3
Version: 0.1.1
Built: 2024-11-16 04:33:56 UTC
Source: https://github.com/cran/freqdistributionNogives

Help Index


Automated Cumulative Frequency Plots for Grouped Distribution

Description

Creates a FREQUENCY DISTRIBUTION TABLE and gives a cumulative frequency plot for UNIFORMLY DISTRIBUTED FREQUENCY DISTRIBUTION wherein the data is in the form of 3 arguments lower class limits upper class limits and frequencies

Usage

basicfreqdist(lower_Class_limit, upper_Class_limit, freq)

Arguments

lower_Class_limit, upper_Class_limit, freq

numeric vector

Value

frtable data.frame CUMULATIVE FREQUENCY DISTRIBUTION TABLE

Examples

basicfreqdist(seq(0,50,by=10),seq(10,60,by=10),c(34,53,44,23,39,40))