我想用時間 - 日記數據(美國時間使用調查)使用TraMineR在R做序列分析。我有數據作爲SPELL數據(ID,開始時間,停止時間,事件) Error in as.matrix.data.frame(subset(data, , 2)) : dims [product 0] do not match the length of object [9] 我相信這是與如何將我的時間(如字符),日期/時
我做了OM(最佳匹配)與TraMineR獲得的距離集羣病房分析。 R>library (cluster)
R>clusterward<- agnes (test.om,dis=TRUE, method="ward") # where test is my dataset
我選擇了6個集羣 R> cluster6<- cutree(clusterward, k=6)
,我打算給cloumn
我在查詢BigQuery上的github公共數據集。目前,我所需要的最佳查詢如下所示。 SELECT type, created_at, repository_name FROM [githubarchive:github.timeline]
WHERE
(created_at CONTAINS '2012-')
AND repository_owner="twitter"
ORD
將CSV文件切割成不同的列這是Pivoting a CSV file using R的後續問題。 在這個問題中,我想根據列(repository_name)中的值將單個列(類型)分割爲多個列。使用了以下輸入數據。 type created_at repository_name
1 IssuesEvent 2012-03-11 06:48:31 bootstrap
2 Is