R(27)
-
ggplot2 패키지 설치하기, ggplot2 패키지 로드하기
ggplot2 패키지 설치하기 install.packages("ggplot2") > install.packages("ggplot2") Installing package into ‘C:/Users/codedragon/Documents/R/win-library/3.3’ (as ‘lib’ is unspecified) trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/ggplot2_2.2.1.zip' Content type 'application/zip' length 2760967 bytes (2.6 MB) downloaded 2.6 MB package ‘ggplot2’ successfully unpacked and MD5 sums checked The..
-
Error: $ operator is invalid for atomic vectors - 해결방법
오류 메시지 > n_r 오류 원인 prediction()함수가 패키지와 패키지에 동일하게 존재하여 함수 호출시 충돌이 일어나기 때문에 발생합니다. > help(prediction) > Help on topic 'prediction' was found in the following packages: Summarizes the output of the neural network, the data and the fitted values of glm objects (if available) (in package neuralnet in library C:/Users/prons/Documents/R/win-library/3.4) Function to create prediction objects (in packag..
-
Rtools Downloads
Rtools Downloads - 다운로드 https://cran.r-project.org/bin/windows/Rtools/ 최신버전을 다운로드합니다. 직접 다운로드
-
ERROR - 경고메시지(들): ''에서 readTableHeader에 의하여 발견된 완성되지 않은 마지막 라인입니다
오류메시지 경고메시지(들): ''에서 readTableHeader에 의하여 발견된 완성되지 않은 마지막 라인입니다 > z 오류 원인 데이터파일의 마지막라인에 빈라인이 없는 경우 발생합니다. 해결방법 데이터파일을 확인한 후 빈라인을 생성한 후 저장합니다. > z z name age 1 John 25 2 Mary 28 3 Jim 19 >
-
Info - Choose R Installation - RStudio requires an existing installation of R in order to work. Please select the version of R to use. - RStudio 포터블버전 설치시 에러메시지
팝업창 메시지 Choose R Installation RStudio requires an existing installation of R in order to work. Please select the version of R to use. 포터블 버전 실행시 R 소프트웨어 깔려져 있지 않은 경우 아래와 같은 창이 나옵니다. R 다운로드 및 설치 R download http://codedragon.tistory.com/1300 R 다운로드 up to date http://codedragon.tistory.com/4976 R homepage The Comprehensive R Archive Network(CRAN)이라는 전세계적으로 연결되어 있는 미러사이트를 통해 R을 다운로드 받을 수 있습니다. http:..
-
R 개발환경 구축 단계
R 개발환경 구축 단계 R 다운로드 및 설치 R download http://codedragon.tistory.com/1300 R install http://codedragon.tistory.com/1301 RStudio 다운로드 및 설치 RStudio download http://codedragon.tistory.com/1302 RStudio install http://codedragon.tistory.com/1303