文件名称:Get-and-Clean-Project:Coursera.org 的获取和清理数据课程的课程项目
文件大小:26.87MB
文件格式:ZIP
更新时间:2024-07-18 16:12:22
R
标题 作者 日期 输出 自述文件 大卫·P·伦纳德 2015 年 1 月 19 日,星期一 html_document Run_Analysis.R 函数的自述文件 下面是Getting and Cleaning data课程项目的R函数代码的深入讲解。 该函数的第一部分将 .txt 文件中的所有数据读取到描述性对象中。 run_analysis <- function(){ # read in test data from 'x_test.txt' test.data <- read.table("x_test.txt") # read in test activity numbers from 'y_test.txt' test.activity.numbers <- read.table("y_test.txt")
【文件预览】:
Get-and-Clean-Project-master
----X_test.txt(25.23MB)
----y_train.txt(14KB)
----CodeBook.md(6KB)
----X_train.txt(62.94MB)
----subject_test.txt(8KB)
----features.txt(15KB)
----README.md(7KB)
----subject_train.txt(20KB)
----activity_labels.txt(80B)
----Data()
--------Merge_Data.R(4KB)
--------.RData(10KB)
--------.Rhistory(13KB)
--------CodeBook.html(430KB)
--------tidydf.txt(262KB)
----run_analysis.R(4KB)
----y_test.txt(6KB)