R 統計軟體與網頁程式

統計軟體 R

簡介

安裝

操作方式

變數與運算

有序數列

向量

矩陣

多維陣列

複數

因子

串列

資料框

時間數列

流程控制

輸出入

呼叫

函數

2D 繪圖

3D 繪圖

互動介面

套件列表

其他語言呼叫

R 的應用

集合

邏輯推論

模糊邏輯

機率邏輯

檢定

搜尋

優化算法

線性代數

決策樹

人工智慧

分群分類

SVM 向量機

神經網路

遺傳演算法

資料採礦

訊號處理

影像處理

語音處理

自然語言

機器學習

機器人

生物統計

數位訊號處理

方程式求解

數值分析

微積分

微分方程

線性規劃

圖形理論

統計推論

字串處理

正規表示式

視窗程式

網頁程式

文件格式

貝氏網路

訊息

機率統計書

相關網站

參考文獻

最新修改

簡體版

English

順序、先安裝 R,然後裝 Rstudio,再用下列指令裝 knitr 。

install.packages('knitr', dependencies = TRUE)

WebServer

  1. R 官方蒐集列表
  2. Steve Chen 寫的R軟體簡單網頁操作界面程式,以 PHP 網頁程式語言為前端,R軟體為後端運算
  3. Rweb is a Web based interface to R (a statistical analysis package) that takes the submitted code, runs R on the code (in batch mode), and returns the output (printed and graphical)
  4. R.rsp: Dynamic generation of scientific reports
  5. Web interface for R and Octave
  6. rApache — Web Application Development with R and Apache
  7. CGIwithR: CGI Programming in R
  8. Rserve is a TCP/IP server which allows other programs to use facilities of R

HTML, JavaScript, Browser

  1. websockets:HTML 5 Websocket Interface for R
  2. gWidgets gWidgets API for building toolkit-independent, interactive GUIs
  3. gWidgetsRGtk2:Toolkit implementation of gWidgets for RGtk2
  4. gWidgetsWWW:Toolkit implementation of the gWidgets API for use with web pages
  5. gWidgetstcltk:Toolkit implementation of gWidgets for tcltk package
  6. iWebPlots Interactive web-based plots
  7. RJSONIO Serialize R objects to JSON, JavaScript Object Notation

XML, YAML,

  1. ascii Export R objects to several markup languages
  2. yaml Methods to convert R to YAML and back

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License