Subsetting Data - Quick-R
文章推薦指數: 80 %
R has powerful indexing features for accessing object elements. These features can be used to select and exclude variables and observations. The following code ...
RTutorial
RInterface
DataInput
DataManagement
Statistics
AdvancedStatistics
Graphs
AdvancedGraphs
延伸文章資訊
- 16 資料處理與清洗| 資料科學與R語言
6.1 Tidy Data · 6.2 資料型別轉換處理 · 6.3 文字字串處理 · 6.4 子集Subset · 6.5 排序 · 6.6 資料組合 · 6.7 資料結合(Join) · 6...
- 2R語言subset和merge函式的使用- IT閱讀
R語言subset和merge函式的使用 · > selectresult=subset(df1,name=="aa",select=c(age,sex)); > · > selectresul...
- 3Subsetting Data | R Learning Modules - IDRE UCLA
1. Subsetting variables ... To manipulate data frames in R we can use the bracket notation to acc...
- 4R語言subset()用法及代碼示例- 純淨天空
R program to create # subset of a data frame # Creating a Data Frame df<-data.frame(row1 = 0:2, r...
- 5How can I subset a data set? | R FAQ - UCLA
It is possible to subset both rows and columns using the subset function. The select argument let...