정보 처리 입문 - R 기본 명령어와 개념 명령어 사용 cor() Correlation 상관계수를 구하는 R 함수 plot boxplot rnorm(200) 랜덤값 200개 hist 상관계수 중심측도: 절사평균 중심측도: 중앙값 산포도 측정 변동계수, 범위 변동계수(coefficient of variation), 변이계수 : 범위(range): 최댓값 - 최솟값 사분위수 범위(IQR; Interquartile range) R의 예시 연속형자료 그래프 히스토그램(hisrtogram): 각 계급에 속한 도수들을 정리한 도수분포표의 그래프 줄기-잎 그림(stem-and-leaf plot) 대략적인 형태로 적은 양의 데이터에 용이함 박스그림(boxplot) Reference https://sjh836.tistory.com/115 https://leeda.. 카테고리 없음 2023.04.06
React-Class Ajax React를 통한 간단한 AJAX 코드 //fetch호출이 시작되는 public폴더에 list.json과 1, 2, 3 파일명의 json을 저장 class Nav extends Component { state = { list:[] } componentDidMount() { fetch('list.json') .then(function(result){ return result.json(); }) .then(function(json){ this.setState({list:json}); }.bind(this)) } render(){ var listTag = []; for(var i=0; i json으로 converting }) .then(function(json){ // 첫번째 then의 return value.. 카테고리 없음 2023.04.01
April 1 부분유료화 무료라고 생각했던 것들이 지나면 전부 유료였다. 세상의 트랜드가 변해가는 걸까 나이가 들어서일까 배려나 우정같은 감정들이 희석되어 간다. 2 스터디카페 독서실에서 스터디카페 웹 디자이너 퍼블리셔 프론트엔드 ... 많은 것들은 수요에 의해 변화하고 회귀한다. 3. 3 카테고리 없음 2023.04.01
Cambly lesson) Engoo news topic: US Bank collapse Two US Banks Fail but Biden Says Banking System Is Safe | Engoo Daily News News content from around the world for English learners. Updated daily for all levels, beginner to advanced! engoo.com Gerard Mullins visit the retirement home embarrased? every person (not every people) engoo.com/app/daily-news/article/two-us-banks-fail-but-biden-says-banking-system-is-safe/5pDBEMHsEe29F5dp80h6pQ Credit .. 카테고리 없음 2023.04.01
C언어 출력양식 변환기호 % 문자 변환 형식 %d 부호 있는 10진 정수 정수, 문자 %u 부호 없는 10진 정수 정수, 문자 %f 부동소수점형식 실수 %e, %E 지수형태 실수 %c 한 문자 정수, 문자 %s 문자열 문자열 포인터 %o 부호 없는 8진수 정수, 문자 %x, %X 부호 없는 16진수 정수, 문자 카테고리 없음 2023.03.31
Cambly- Read BBC headline Beverley UIt's 10 degrees celsius bbc.com/news/world He is refusing to stay quiet. He will speak out... 나 grave 용감 Beverley Ubrave outrage/anger A fire broke out in a prison and the officer did not open the cell door to let the prisoner out. As a result the prisoner died, so it caused outrage. Footage/video recordings Paul Rusesabagina, a hotel manager, leads a happy life with his wife and child.. 카테고리 없음 2023.03.30
6강 선택구조 # A, B, C 사용자 입력 A = int(input("A입력: ")) B = int(input("B입력: ")) C = int(input("C입력: ")) # A, B, C 중 가장 큰 수 출력 if A > B : if A > C : print(A) else: print(C) else : if B < C : print(B) else : print(C) 카테고리 없음 2023.03.27
CAMBLY - pronunciation about F, V, Y How are you doing? Howa are you? what are you doing? How are you doing? I am doing great I'm not doing so well It's 11 o'clock in the morning eleVen 11 7-11 7-11's 7-11's are supermarkets a job interView I am applying to work in a bank's IT department K baNNNKsss a-Ply-yinG yes YYYYYYYYYes YYYYYYYes YYYYYYYYYYYinG a-Ply -YYYYYYYYing studying-stu-dee-yyyying ing Y studyinG stu dee yyyying in yyyy.. 카테고리 없음 2023.03.27