SlideShare a Scribd company logo
1 of 10
Download to read offline
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Empowering Experimental Designs
(실험 설계의 강화)
: From Simplicity to Sophistication
(단순함에서 정교함으로)
Elizabeth A. Claassen, PhD
Senior Research Statistician Developer
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Why Mixed Models?
• Limitations can exist to our ability to perform experiments
– We may be restricted in the number of experimental units available
– Some factors may be easier or harder to change between runs
• After designing the experiment with these limitations, the analysis
should also account for the restrictions
• JMP makes this more complex (and sometimes daunting) analysis
easier
• While today’s focus is on designed experiments, mixed models are
often used in survey analysis and some observational studies
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Generalized Linear Mixed Models
Modeling non-Normal data with random effects
• Mixed Modeling has been the standard for analyzing data with more
than one source of random variation (blocking, split-plots, etc.).
• The Linear Mixed Model (LMM) assumes the response is continuous
with no bounds.
• What if your response is a discrete count? Or a binary response? Or a
proportion in terms of y/n?
• Enter the Generalized Linear Mixed Model (GLMM)
Copyright © JMP Statistical Discovery LLC. All rights reserved.
▪Examples of GLMs
• Logistic regression
• Poisson regression
• Normal regression
• Analysis of variance models
Generalized Linear Model (GLM)
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Two Things a Model Must Do
5
▪ Plausibly describe the process that gives rise
to the observed data
– how explanatory variables affect response
– probability distributions involved
▪ Allow / facilitate addressing the objective that
motivated collecting the data
− test a hypothesis
− make a decision
− estimate a parameter
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Working Example
6
▪ Split plot experiment:
− 10 Blocks that are whole plots
− 2 x 3 Factorial
− Factor 1 is hard to change with Low/High levels
− Factor 2 is easier to change with Low/Medium/High
− Response: proportion, y/n
− Y is number of parts that passed QC
− N is the number of parts per “batch”, N=20 for all in
this case
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Linear Model for Split Plot Proportion Data
• ANOVA – linear model for split plot with categorical factors
• Model: proportion = intercept + whole plot factor + whole plot error +
split plot factor + interaction + residual error
–
• Implement in JMP with Standard Least Squares or JMP Pro with Mixed
Model
( )
ijk i j k ijk
ik
proportion w e
=  +  + + +  +
Copyright © JMP Statistical Discovery LLC. All rights reserved.
8
Experiment Treatment Combined
Source d.f. Source d.f. Source d.f.
X1 1 X1 1
whole plot 9 Whole plot|X1 9-1=8
X2 2 X2 2
X1*X2 2 X1*X2 2
unit(wp)
10*(3-1)
=20
“parallels” 24
unit(wp) | X1 & X2
a.k.a. “residual”
a.k.a “wp x X2”
20-4=16
Total 29 Total 29 Total 29
Repurposed ANOVA Table
Copyright © JMP Statistical Discovery LLC. All rights reserved.
JMP Demo
Copyright © JMP Statistical Discovery LLC. All rights reserved.
Further Resources
JMP for Mixed Models (2021), Hummel, Claassen and Wolfinger
SAS for Mixed Models: Introduction and Basic Applications (2018), Stroup,
Milliken, Claassen and Wolfinger
Generalized Linear Mixed Models: Modern Concepts, Methods and
Applications (2012), Stroup
Statistically Speaking Webinar: The “What, Why, and How” of Generalized
Linear Mixed Models, Stroup and Claassen

More Related Content

Similar to 기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)

Artificial Intelligence Course: Linear models
Artificial Intelligence Course: Linear models Artificial Intelligence Course: Linear models
Artificial Intelligence Course: Linear models ananth
 
Lecture on AI and Machine Learning
Lecture on AI and Machine LearningLecture on AI and Machine Learning
Lecture on AI and Machine LearningXiaonan Wang
 
Linear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection BiasLinear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection BiasSuneel Babu Chatla
 
6 Evaluating Predictive Performance and ensemble.pptx
6 Evaluating Predictive Performance and ensemble.pptx6 Evaluating Predictive Performance and ensemble.pptx
6 Evaluating Predictive Performance and ensemble.pptxmohammedalherwi1
 
7. logistics regression using spss
7. logistics regression using spss7. logistics regression using spss
7. logistics regression using spssDr Nisha Arora
 
08 neural networks
08 neural networks08 neural networks
08 neural networksankit_ppt
 
Your Classifier is Secretly an Energy based model and you should treat it lik...
Your Classifier is Secretly an Energy based model and you should treat it lik...Your Classifier is Secretly an Energy based model and you should treat it lik...
Your Classifier is Secretly an Energy based model and you should treat it lik...Seunghyun Hwang
 
Learning to Search Henry Kautz
Learning to Search Henry KautzLearning to Search Henry Kautz
Learning to Search Henry Kautzbutest
 
Learning to Search Henry Kautz
Learning to Search Henry KautzLearning to Search Henry Kautz
Learning to Search Henry Kautzbutest
 
20150603 establishing theoretical minimal sets of mutants (Lab seminar)
20150603 establishing theoretical minimal sets of mutants (Lab seminar)20150603 establishing theoretical minimal sets of mutants (Lab seminar)
20150603 establishing theoretical minimal sets of mutants (Lab seminar)Donghwan Shin
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)Abhimanyu Dwivedi
 
Building useful models for imbalanced datasets (without resampling)
Building useful models for imbalanced datasets (without resampling)Building useful models for imbalanced datasets (without resampling)
Building useful models for imbalanced datasets (without resampling)Greg Landrum
 
The Bootstrap and Beyond: Using JSL for Resampling
The Bootstrap and Beyond: Using JSL for ResamplingThe Bootstrap and Beyond: Using JSL for Resampling
The Bootstrap and Beyond: Using JSL for ResamplingJMP software from SAS
 
H2O World - Top 10 Data Science Pitfalls - Mark Landry
H2O World - Top 10 Data Science Pitfalls - Mark LandryH2O World - Top 10 Data Science Pitfalls - Mark Landry
H2O World - Top 10 Data Science Pitfalls - Mark LandrySri Ambati
 
Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017
Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017
Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017MLconf
 

Similar to 기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen) (20)

Artificial Intelligence Course: Linear models
Artificial Intelligence Course: Linear models Artificial Intelligence Course: Linear models
Artificial Intelligence Course: Linear models
 
Lecture on AI and Machine Learning
Lecture on AI and Machine LearningLecture on AI and Machine Learning
Lecture on AI and Machine Learning
 
Linear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection BiasLinear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection Bias
 
6 Evaluating Predictive Performance and ensemble.pptx
6 Evaluating Predictive Performance and ensemble.pptx6 Evaluating Predictive Performance and ensemble.pptx
6 Evaluating Predictive Performance and ensemble.pptx
 
7. logistics regression using spss
7. logistics regression using spss7. logistics regression using spss
7. logistics regression using spss
 
08 neural networks
08 neural networks08 neural networks
08 neural networks
 
Your Classifier is Secretly an Energy based model and you should treat it lik...
Your Classifier is Secretly an Energy based model and you should treat it lik...Your Classifier is Secretly an Energy based model and you should treat it lik...
Your Classifier is Secretly an Energy based model and you should treat it lik...
 
Learning to Search Henry Kautz
Learning to Search Henry KautzLearning to Search Henry Kautz
Learning to Search Henry Kautz
 
Learning to Search Henry Kautz
Learning to Search Henry KautzLearning to Search Henry Kautz
Learning to Search Henry Kautz
 
20150603 establishing theoretical minimal sets of mutants (Lab seminar)
20150603 establishing theoretical minimal sets of mutants (Lab seminar)20150603 establishing theoretical minimal sets of mutants (Lab seminar)
20150603 establishing theoretical minimal sets of mutants (Lab seminar)
 
crossvalidation.pptx
crossvalidation.pptxcrossvalidation.pptx
crossvalidation.pptx
 
Inferential statistics nominal data
Inferential statistics   nominal dataInferential statistics   nominal data
Inferential statistics nominal data
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)
 
Building useful models for imbalanced datasets (without resampling)
Building useful models for imbalanced datasets (without resampling)Building useful models for imbalanced datasets (without resampling)
Building useful models for imbalanced datasets (without resampling)
 
The Bootstrap and Beyond: Using JSL for Resampling
The Bootstrap and Beyond: Using JSL for ResamplingThe Bootstrap and Beyond: Using JSL for Resampling
The Bootstrap and Beyond: Using JSL for Resampling
 
Introduction to Modeling
Introduction to ModelingIntroduction to Modeling
Introduction to Modeling
 
H2O World - Top 10 Data Science Pitfalls - Mark Landry
H2O World - Top 10 Data Science Pitfalls - Mark LandryH2O World - Top 10 Data Science Pitfalls - Mark Landry
H2O World - Top 10 Data Science Pitfalls - Mark Landry
 
Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...
Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...
Deep Learning Opening Workshop - Improving Generative Models - Junier Oliva, ...
 
Intro to ml_2021
Intro to ml_2021Intro to ml_2021
Intro to ml_2021
 
Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017
Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017
Matineh Shaker, Artificial Intelligence Scientist, Bonsai at MLconf SF 2017
 

More from JMP Korea

2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)
2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)
2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)JMP Korea
 
기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)
기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)
기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)JMP Korea
 
1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)
1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)
1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)JMP Korea
 
Agenda (English)
Agenda (English)Agenda (English)
Agenda (English)JMP Korea
 
Agenda (한글)
Agenda (한글)Agenda (한글)
Agenda (한글)JMP Korea
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)JMP Korea
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)JMP Korea
 
1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)
1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)
1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)JMP Korea
 
1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)
1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)
1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)JMP Korea
 
2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)
2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)
2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)JMP Korea
 
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)JMP Korea
 
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...JMP Korea
 
3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)
3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)
3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)JMP Korea
 
3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)
3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)
3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)JMP Korea
 
4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)
4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)
4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)JMP Korea
 
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)JMP Korea
 
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)JMP Korea
 

More from JMP Korea (17)

2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)
2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)
2-1: 석유화학 산업에서의 JMP 활용사례 (한화토털에너지스 김동진 프로)
 
기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)
기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)
기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)
 
1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)
1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)
1-3: 임상시험의 새로운 경향과 JMP Clinical 소개 (JMP Sam Gardner)
 
Agenda (English)
Agenda (English)Agenda (English)
Agenda (English)
 
Agenda (한글)
Agenda (한글)Agenda (한글)
Agenda (한글)
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
 
1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)
1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)
1-1: 바이오 의약품 공정개발 및 특성분석을 위한 DOE 연구사례 (종근당 권상오 수석)
 
1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)
1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)
1-2: QbD 기반 의약품 개발의 통계분석 및 JMP 활용사례 (한가람 김종민 대표)
 
2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)
2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)
2-2: 다양한 무고장 조건에서 필드차량 클레임 분석 자동화 (현대차 이동복 책임)
 
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
 
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
 
3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)
3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)
3-2: Smart Proactive Analysis Material (SK Hynix 정예린TL)
 
3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)
3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)
3-3: Hi-JMP 분석 콘텐츠 재사용성 향상을 위한 AppStore 생태계 구축 (SK Hynix 류태준TL)
 
4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)
4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)
4-1: JMP/Python 에코시스템 성공 사례 (한얼솔루션 이광기 상무)
 
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
 
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
 

Recently uploaded

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 

Recently uploaded (20)

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)

  • 1. Copyright © JMP Statistical Discovery LLC. All rights reserved. Empowering Experimental Designs (실험 설계의 강화) : From Simplicity to Sophistication (단순함에서 정교함으로) Elizabeth A. Claassen, PhD Senior Research Statistician Developer
  • 2. Copyright © JMP Statistical Discovery LLC. All rights reserved. Why Mixed Models? • Limitations can exist to our ability to perform experiments – We may be restricted in the number of experimental units available – Some factors may be easier or harder to change between runs • After designing the experiment with these limitations, the analysis should also account for the restrictions • JMP makes this more complex (and sometimes daunting) analysis easier • While today’s focus is on designed experiments, mixed models are often used in survey analysis and some observational studies
  • 3. Copyright © JMP Statistical Discovery LLC. All rights reserved. Generalized Linear Mixed Models Modeling non-Normal data with random effects • Mixed Modeling has been the standard for analyzing data with more than one source of random variation (blocking, split-plots, etc.). • The Linear Mixed Model (LMM) assumes the response is continuous with no bounds. • What if your response is a discrete count? Or a binary response? Or a proportion in terms of y/n? • Enter the Generalized Linear Mixed Model (GLMM)
  • 4. Copyright © JMP Statistical Discovery LLC. All rights reserved. ▪Examples of GLMs • Logistic regression • Poisson regression • Normal regression • Analysis of variance models Generalized Linear Model (GLM)
  • 5. Copyright © JMP Statistical Discovery LLC. All rights reserved. Two Things a Model Must Do 5 ▪ Plausibly describe the process that gives rise to the observed data – how explanatory variables affect response – probability distributions involved ▪ Allow / facilitate addressing the objective that motivated collecting the data − test a hypothesis − make a decision − estimate a parameter
  • 6. Copyright © JMP Statistical Discovery LLC. All rights reserved. Working Example 6 ▪ Split plot experiment: − 10 Blocks that are whole plots − 2 x 3 Factorial − Factor 1 is hard to change with Low/High levels − Factor 2 is easier to change with Low/Medium/High − Response: proportion, y/n − Y is number of parts that passed QC − N is the number of parts per “batch”, N=20 for all in this case
  • 7. Copyright © JMP Statistical Discovery LLC. All rights reserved. Linear Model for Split Plot Proportion Data • ANOVA – linear model for split plot with categorical factors • Model: proportion = intercept + whole plot factor + whole plot error + split plot factor + interaction + residual error – • Implement in JMP with Standard Least Squares or JMP Pro with Mixed Model ( ) ijk i j k ijk ik proportion w e =  +  + + +  +
  • 8. Copyright © JMP Statistical Discovery LLC. All rights reserved. 8 Experiment Treatment Combined Source d.f. Source d.f. Source d.f. X1 1 X1 1 whole plot 9 Whole plot|X1 9-1=8 X2 2 X2 2 X1*X2 2 X1*X2 2 unit(wp) 10*(3-1) =20 “parallels” 24 unit(wp) | X1 & X2 a.k.a. “residual” a.k.a “wp x X2” 20-4=16 Total 29 Total 29 Total 29 Repurposed ANOVA Table
  • 9. Copyright © JMP Statistical Discovery LLC. All rights reserved. JMP Demo
  • 10. Copyright © JMP Statistical Discovery LLC. All rights reserved. Further Resources JMP for Mixed Models (2021), Hummel, Claassen and Wolfinger SAS for Mixed Models: Introduction and Basic Applications (2018), Stroup, Milliken, Claassen and Wolfinger Generalized Linear Mixed Models: Modern Concepts, Methods and Applications (2012), Stroup Statistically Speaking Webinar: The “What, Why, and How” of Generalized Linear Mixed Models, Stroup and Claassen