4월, 2016의 게시물 표시

일본지진에 환호하는 사람들에 대해

아무리 미운 사람이라도 급하고 어려운 일에 처한다면 도와주고 싶은 것이 사람 마음 아닐까요? 인간성을 버리고 우리가 사람이라 할 수 있을 지 생각해보세요. 최근 일본 큐슈 지방의 대지진 때문에 고통 받는 일본인이 많아요. 그런 사람들에게 잘 되었다, 고소하다 이런 말을 하는 것이 옳은지요? 참 개탄할 노릇이네요.
Windows 10 Search Index CPU 점유 문제 해결법

STATA 기본 명령어 일람

명령어 설명 .help 도움말 .findit the broadest possible keyword search .summarize descriptive statistics .regress regression # interaction i categorical variable .type content of a file .do execute a do file .log save output *, //, /* */ comment .set matsize set variable limits .scalar store a single number or a string .display show variable content .matrix define create a matrix .quietly skip print log lines .return list list available types for r() r() result call e() estimate call .ereturn list list avaialbe types for e() .global global macro definition .local local macro definition .generate create a new variable .foreach [var] of [variable list] iterate a list value .forvalues [i]=1/4 iterate i from 1 to 4 .forvalues i=1(2)11 from 1 to 11 by step 2 'var' call local variable var .while `i`<=4 {...} continues unti a condition is no longer met .clear remove current dataset .save save a current dataset as .dta .use read a dta file