e1071 패키지 설치하기 및 임포트

CODEDRAGON Development/Big Data, R, ...

반응형


 

 

# e1071 패키지 설치하기 임포트

install.packages("e1071")

library(e1071)

 

 

# ----------------------------------------

 

# e1071 패키지 설치하기

 

> install.packages("e1071")
Installing package into ‘C:/Users/codedragon/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
trying URL '
https://cran.rstudio.com/bin/windows/contrib/3.4/e1071_1.6-8.zip'
Content type 'application/zip' length 894927 bytes (873 KB)
downloaded 873 KB

package e1071 successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Public\Documents\ESTsoft\CreatorTemp\Rtmp0gxTha\downloaded_packages

>

 

 

 

 

# 패키지 임포트

 

> library(e1071)

>

 

 

 

 

 

 

반응형