R語言 win32 win64 英文版 CD Risalanguageandenvironmentforstatisticalcomputingandgraphics.ItisaGNUprojectwhichissimilartotheSlanguageandenvironmentwhichwasdevelopedatBellLaboratories(formerlyAT&T,nowLucentTechnologies)byJohnChambersandcolleagues.RcanbeconsideredasadifferentimplementationofS.Therearesomeimportantdifferences,butmuchcodewrittenforSrunsunalteredunderR. Rprovidesawidevarietyofstatistical(linearandnonlinearmodelling,classicalstatisticaltests,time-seriesanalysis,classification,clustering,...)andgraphicaltechniques,andishighlyextensible.TheSlanguageisoftenthevehicleofchoiceforresearchinstatisticalmethodology,andRprovidesanOpenSourceroutetoparticipationinthatactivity. OneofR'sstrengthsistheeasewithwhichwell-designedpublication-qualityplotscanbeproduced,includingmathematicalsymbolsandformulaewhereneeded.Greatcarehasbeentakenoverthedefaultsfortheminordesignchoicesingraphics,buttheuserretainsfullcontrol. RisavailableasFreeSoftwareunderthetermsoftheFreeSoftwareFoundation'sGNUGeneralPublicLicenseinsourcecodeform.ItcompilesandrunsonawidevarietyofUNIXplatformsandsimilarsystems(includingFreeBSDandLinux),WindowsandMacOS. R是用於統計分析、繪圖的語言和操作環境。R是屬於GNU系統的一個自由、免費、源代碼開放的軟件,它是一個用於統計計算和統計製圖的優秀工具。 R是一套完整的數據處理、計算和製圖軟件系統。其功能包括:數據存儲和處理系統;數組運算工具(其向量、矩陣運算方面功能尤其強大);完整連貫的統計分析工具;優秀的統計製圖功能;簡便而強大的編程語言:可操縱數據的輸入和輸入,可實現分支、循環,用戶可自定義功能 [貝爾實驗室] 貝爾實驗室 。 與其說R是一種統計軟件,還不如說R是一種數學計算的環境,因為R並不是僅僅提供若干統計程序、使用者只需指定數據庫和若干參數便可進行一個統計分析。R的思想是:它可以提供一些集成的統計工具,但更大量的是它提供各種數學計算、統計計算的函數,從而使使用者能靈活機動的進行數據分析,甚至創造出符合需要的新的統計計算方法。 該語言的語法表面上類似C,但在語義上是函數設計語言的(functionalprogramminglanguage)的變種並且和Lisp以及APL有很強的兼容性。特別的是,它允許在“語言上計算”(computingonthelanguage)。這使得它可以把表達式作為函數的輸入參數,而這種做法對統計模擬和繪圖非常有用。 在R的安裝程序中只包含了8個基礎模塊,其他外在模塊可以通過CRAN獲得(http://cran.r-project.org)。