Sorry, this entry is only available in Tiếng Việt.
Category: R language
R is a wonderful programming language for statistics and data management, used widely in industry, business, government, medicine and so on. And it’s free, an open source product. The S language, of which R is essentially an open source version, won the ACM Software System Award in 1998.
Cluster Analysis in R
R has an amazing variety of functions for cluster analysis. In this section, I will describe three of the many approaches: hierarchical agglomeration partitioning, and model based. While there are no best solutions for the…
R references
http://www.r-tutor.com http://www.r-tutor.com/gpu-computing/cuda-installation/cuda5.0-ubuntu http://www.ats.ucla.edu/stat/r/
Xuất dữ liệu ra file csv trong R
Sau nhiều lần tính toán cho các file dữ liệu khác nhau, mỗi lần thực hiện thao tác, tôi lại thay đổi tên file và lặp lại các bước tương…
Phân tích và hình ảnh hóa mạng phức hợp sử dụng igraph
Thực sự tôi không biết phải dùng từ tiếng Việt nào cho hợp lý với từ chuyên ngành “visualisation”. Tôi dùng tạm cụm từ “hình ảnh hóa” để nói lên…
Phân tích mạng dùng R với gói igraph: Cài đặt với R
CÀI ĐẶT IGRAPH VỚI R Phần này trình bày cách cài đặt igraph như là một gói trong R. Cách dễ nhất có lẽ là dùng lệnh install.packages() của R.…
Network Analysis in R with the package igraph: Introduction
GIỚI THIỆU igraph là gói phần mềm mã nguồn mở dùng để tạo và xử lý đồ thị có hướng và vô hướng. Nó cài đặt hầu hết các bài…