You are on page 1of 1

seq() is used to print in sequence.

for eg:-seq(11,30,5)
5 denotes the differences b/w .
seq(5,by=5,length=20)
by=5 means the differnces b/w the numbers and 20 is the consecutive numbers
sequence is a polyform means we can try using different formats.
Datatypes:-
1)character
2)complex
3)numeric
4)integer
5)logical
Class function gives the type of the data.
Order of the datatypes char->complex->numeric->integer->float
Replication:- it is used to repeat the for number of times. 25,26
------------------------------------>
Data Analytics Life cycle
Phase1:-
Discovery:-

Phase2:-
Data Preparation
ELT:-enterprise load and tranforming
Prepare Ananlytic Sandbox
Data Conditioning means removing all the anomalies that is problems.
3:-
model planning

Develops datasets for testing


4:-
model planning
5:-
Communication results
6:-Operationalize

Keyroles for successful projects:-


6

--------------->
Introduction of Machine learning:-
Machine learning focuses
Main point in rstudio is install packages from tools and select from packages

You might also like