100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

MGSC 291 EXAM 1 UNIVERSITY OF SOUTH CAROLINA WITH SOLUTIONS

Rating
-
Sold
-
Pages
9
Grade
A+
Uploaded on
03-12-2024
Written in
2024/2025

putting in a dataset - data<- c(81,85,93,93,99,76,75,84,78,84,81,82,89,81,96,82,74,70,84,86,80,70,131,75,88,102,115,89,82,79,106) length(data) - tells you how may entries are in your vector sort(data) - puts data smallest to largest summary(data) - returns the five number summary and the sample mean mean(data) sd(data) sum(data) - sample mean sample standard deviation adds all the elements of the vector seq(1,100,1) seq(2,100,2) - tells r to create the sequence of numbers from 1 to 100 by 1 (1,2,3...) 1:100 does the same thing (2,4,6...100) data<-(e(),header=TRUE) - calls this dataset into r and you can name it whatever you want getwd() - creates the current working directory and calls in your data too dim(data) - checks dimensions of data data - type the name of the data to see it data[1:5] - calls in the first five rows of the dataset if you are working with a large dataset head(data) - shows the first few rows

Show more Read less
Institution
MGSC 291 UNIVERSITY OF SOUTH CAROLINA
Course
MGSC 291 UNIVERSITY OF SOUTH CAROLINA









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
MGSC 291 UNIVERSITY OF SOUTH CAROLINA
Course
MGSC 291 UNIVERSITY OF SOUTH CAROLINA

Document information

Uploaded on
December 3, 2024
Number of pages
9
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

MGSC 291 EXAM 1 UNIVERSITY OF SOUTH
CAROLINA WITH SOLUTIONS

putting in a dataset - ✔✔data<-
c(81,85,93,93,99,76,75,84,78,84,81,82,89,81,96,82,74,70,84,86,80,70,131,75,88,102,115,89,82,79,106)

length(data) - ✔✔tells you how may entries are in your vector

sort(data) - ✔✔puts data smallest to largest

summary(data) - ✔✔returns the five number summary and the sample mean

mean(data)

sd(data)

sum(data) - ✔✔sample mean

sample standard deviation

adds all the elements of the vector

seq(1,100,1)

seq(2,100,2) - ✔✔tells r to create the sequence of numbers from 1 to 100 by 1 (1,2,3...)

1:100 does the same thing

(2,4,6...100)

data<-read.table(file.choose(),header=TRUE)

read.cvs - ✔✔calls this dataset into r and you can name it whatever you want

getwd() - ✔✔creates the current working directory and calls in your data too

dim(data) - ✔✔checks dimensions of data

data - ✔✔type the name of the data to see it

data[1:5] - ✔✔calls in the first five rows of the dataset if you are working with a large dataset

head(data) - ✔✔shows the first few rows

, data[,1:2] - ✔✔all rows for columns 1 and 2

data[1:5,1:2] - ✔✔first five rows and first two columns

str(data) - ✔✔structure of the object

View(data) - ✔✔(capital V) puts your data in a viewable popup window

data$shoes - ✔✔calls in the column called shoes

attach(data) - ✔✔attaches data so you can work with it and don't have to keep calling it in



(if you attach several datasets that have the same column names r will be confused so you have to
detach before attaching again)

data<-subset(data,Type=="WT") - ✔✔you can pick out certain rows/columns and you can enter more ==
and "" in order to be more specific

hist(data) - ✔✔give you a histogram

hist(data,breaks=c(60,70,80,90)) - ✔✔creates a sequence and breaks them

xlab="percents of ..." - ✔✔x axis name

ylab="Frequency" - ✔✔y axis name

main="..." - ✔✔title of the graph

boxplot(data) - ✔✔gives a box plot

boxplot(...~...) - ✔✔gives side by side boxplots

boxplot(Oil~Type,names=c("WIld Type","Mutated")) - ✔✔creates your own label for the boxplot

plot(X,Y) - ✔✔create a scatterplot

X1 <- c(8,5,14,13,29)

X2 <- c(13,8,6,18,4) - ✔✔X1 is first line with the numbers you want

X2...

dbinom(j,n,p) - ✔✔gives P(Y = j) discrete binomial probability

pbinom(J,n,p) - ✔✔gives P(<=J) = P(Y = 0) + P(Y = 1) + ... + P(Y = J) exp binomial prob
$13.39
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
joshmutahi

Get to know the seller

Seller avatar
joshmutahi Chamberlain College Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
0
Member since
1 year
Number of followers
0
Documents
49
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions