R Software And Commands

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View R Software And Commands as PDF for free.

More details

  • Words: 31
  • Pages: 1
R Software free download links and commands Statistical packages R COMANDS >Students <- read.table("student.data", header=TRUE) > attach(Students)

>fivenum(grade) >stem(grades) > boxplot(grades) > majors=table(major)

>pie(majors) > hist(grades, xlim=c(30,100), breaks=5)

>qqnorm(grades) >summary(grades) >table(major,grades)

Related Documents

R Software And Commands
November 2019 7
Commands
May 2020 30
Commands
July 2020 19
Commands
November 2019 40
Commands
July 2020 16
Commands
April 2020 31