• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 408건

proc print data=clinic.admit label; var sex age height weight actlevel; label actlevel='Activity Level'; run; ods html close; 위 program을 수행하면 proc의 결과가 browser와 OUTPUT window에 나타난다. HTML output을 생성하기 전에 Listing destination을 close 시키면 결과가 HTML output 에만
  • 페이지 24페이지
  • 가격 1,000원
  • 등록일 2003.12.17
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
proc print data=ex9_3; format region f_region. type f_type.; run; proc freq data=ex9_3; weight count; tables region*type / chisq all; run; 1.가설 2.유의수준 3.검정통계량=14.9288 4.기각역 : 5.결과해석 : sas 프로그램 실행 결과의 유의확률은 0.0049로 유의수준=0.05 > 유의확률=0
  • 페이지 11페이지
  • 가격 2,600원
  • 등록일 2021.05.31
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
qrt(income); round0=round(sq_income,0.01); run; 2번째 위의 자료를 남녀별로 분류하여 출력하는 sas프로그램 작성 data ex6_2; set ex3_2; sq_income=sqrt(income); round0=round(sq_income,0.01); run; proc sort data=ex6_2; by gender; run; proc print data=ex6_2 label; by gender; run; 문제 6.3 data ex6
  • 페이지 5페이지
  • 가격 1,500원
  • 등록일 2021.05.31
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
proc gchart data=save.ds; vbar age / discrete type=cpct; run; 문제7.2 [예.7-1-1.sas]에서 생성한 영구 데이터셋 save.ds의 q2m 변수에 대하여 다음 수평막대도표가 출력되도록 sas 프로그램을 작성하여라. title \'HBAR / MIDPOINTS REF\'; proc gchart data=save.ds; hbar q2m / midpoints
  • 페이지 8페이지
  • 가격 2,000원
  • 등록일 2021.05.31
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
proc print data=exe810 label; run; 1.가설 , 2.유의수준 3.검정통계량=2.10819 4.기각역:1.64 5.결과해석 : sas 프로그램 실행 결과로부터 검정통계량 값은 2.10819이며, 대응되는 유의확률이 0.017507로 유의수준 0.05보다 작으므로 유의수준 5%에서 귀무가설이
  • 페이지 11페이지
  • 가격 2,500원
  • 등록일 2021.05.31
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음

논문 6건

프로그램 proc ttest data=phone; set work.phone; class sex; var design skill price event company famous as adv; run; proc glm data=phone; class sex; var s; run; proc glm data=phone; class age; model s=age; mean age; proc glm data=phone; class money; model s=money; mean money; proc glm data=phone; cla
  • 페이지 27페이지
  • 가격 3,000원
  • 발행일 2008.09.22
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
프로그램 시뮬레이션과 Matlab/Simulink 시뮬레이션 결과 <그림Ⅲ-5>배터리 SOC에 대한 C프로그램 시뮬레이션과 Matlab/Simulink 시뮬레이션 결과 <그림Ⅲ-6> FCHEV 시뮬레이터의 기준속도와 실제속도 실험 결과 <그림Ⅲ-7> FCHEV 시뮬레이터에서 배터리
  • 페이지 30페이지
  • 가격 5,500원
  • 발행일 2008.11.19
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
Proc., 8th International Conference on Soil Mechancies and Foundation Engineering, 2, 167-172. Petrasovits, G. and Awad, A. (1968). Consideration on the bearing capacity of vertical and batter piles subjected to forces acting in different directions. Proceedings 3rd Budapest Conf, Soil Mech Found. E
  • 페이지 57페이지
  • 가격 5,000원
  • 발행일 2010.12.28
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
프로그램……………………………………54   2. 적용안전율………………………………………………55   3. 지반의 강도정수 분석……………………………………57  제2절 안전율 해석결과……………………………………………60   1
  • 페이지 80페이지
  • 가격 2,000원
  • 발행일 2013.04.18
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
print_number=215&view=%B1%E2%C8%B9 http://times.kaist.ac.kr/gisa.asp?print_number=215&view=%B1%E2%C8%B9 대전 대 신문 ; http://dju.ac.kr/~shinmun/255/4/h0412.htm http://www.hellodd.com/kr/news_view.asp?t=e_yaly&mark=8312 http://blog.naver.com/keanuby/100000330433 http://cafe.naver.com/pham/24 www.ser
  • 페이지 26페이지
  • 가격 4,000원
  • 발행일 2005.03.17
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자

취업자료 2건

print을 줄이는 프로그램을 구현할 수 있습니다. 이러한 지속 가능한 경영은 단순히 기업의 이미지를 제고할 뿐만 아니라, 장기적으로 더 나은 경영 성과로 이어질 것입니다. 결국, 목표는 SJG세정이 물류 관리 분야에서 선도적으로 자리매김할
  • 가격 3,000원
  • 등록일 2025.05.30
  • 파일종류 한글(hwp)
  • 직종구분 일반사무직
print and outdoor advertising, and coordinate all media buying. ♦ Won over a highly skeptical medical community as the first chiropractor to target MDs for informative in-service demonstrations, classes, and booths: 1. Objective(목표) 2. Skills Summary(업무스킬) 3. Professional Exp
  • 가격 2,000원
  • 등록일 2007.01.14
  • 파일종류 워드(doc)
  • 직종구분 전문직
top