Article Details
Retrieved on: 2018-02-07 19:32:14
Tags for this article:
Click the tags to see associated articles and topics
Excerpt
<div>Table Name : Project. data <- read.csv(file = "D:/Shrpas Work/project.csv",stringsAsFactors = F,header = T) # Data Dimention : dim <- dim(data) dim ## [1] 4890 101 # Initial Parameters Names : para_names <- names(data) #View(data.frame(para_names)) # Removing column with row number data ...</div>
Article found on:
This article is found inside other hiswai user's workspaces. To start your own collection, sign up for free.
Sign UpAlready have an account? Log in here