Skip to content

Logistics and Supply Chain System Analysis

analytics_articleimage

This site is the homepage of the course titled “Logistics and Supply Chain System Analysis” taught in the MBA in Logistics and Supply Chain Management at Mae Fah Luang University in Chaing Rai, Thailand.

Course materials (Dropbox)

Outline

Introduction (pdf)

figure1

Week 1:

1.1 Defining Logistics and Supply Chain

Slide1, CSCMP Glossary of terms in SCM

1.2 Case Study
Frito-Lay Supply Chain

1.3 Supply Chain Design – Start with Why

Watch Simon Sinek’s TED Talk on why leading companies are successful, so do the successful supply chain.

Week 2:

SCAAN Model

2.1 Supply chain mapping tools (pdf)
SCOR Model version 10.0 (pdf)

Business Canvas

business_model_canvas_poster

The Business Canvas book (Free Preview) (PDF)

Lean Pilot

(Download)
Screen Shot 2558-09-13 at 4.42.12 PM

  • VSM data collection form (pdf)

Supply Chain Mapping with Value Stream Mapping.pages

  • Seeing the Whole Value Stream by Dan Jones and James Wormack (pdf)

2.2 SCAAN Model – A Practical Supply Chain Diagnosis Method (pdf)

Week 3: Supply Chain Collaboration

Screen Shot 2014-09-07 at 10.21.53 AM

3.1 Supply Chain Relationships
3.2 Supply Chain Collaboration

Download: Slide1 , Value Stream Mapping

Week 4:

Pareto with R

4.1 Supply Chain Analytics (Slide)
4.2with Application with R (Software)

R-Code

  • Regression and Time series in R
library(datasets)
?datasets
# test the efficiency of the the car (mpg)
attach(mtcars)
plot(hp, mpg)
?lm
# creat a regression model
model1 <- lm(mpg ~ hp, data = mtcars)
~~~~~~~~
# call a summary of the model result
summary(model1)

?abline
# plot the regression line
abline(model1, col = "blue") 
###############################################################

# forecast the airpassenger data
AirPassengers

# plot the data
ts.plot(AirPassengers)

# seasonal decomposition
fit <- stl(AirPassengers, s.window="period")

# plot the T/S/I component
plot(fit)

# Task
# apply the stl function to "BJsales" data

# plot the original BJsales data
ts.plot(BJsales)

# transform into the Time Series (ts) data using "ts"
bj.ts <- ts(BJsales, start=c(1964,1), 
 end=c(1976,6), 
 frequency=12)

# plot the ts data
plot(bj.ts)

# seasonal decompositioning bj.ts
fit.bj <- stl(bj.ts, s.window="period")

# plot the time series components
plot(fit.bj, 
 main ="decomposition of BJsales")

A Book Review

All students are required to review a book in relations to logistics and supply chain system. Such books should not be a textbook. A management pocket or a person/company bibliography are recommended. You may find my suggested list here.

Instruction for Personal Portfolio

Use everting in this course, assembling them in a creative way.

Submit in 2 forms

  1. Offline version (a soft copy of a PDF file and a hard copy).
  2. Online version (website)
    1. Suggested to use free platform of www.wordpress.com
    2. or other platform such as blogspot

A Sample Portfolio Page

Screen Shot 2014-09-07 at 2.22.12 PM

Quiz

4 Comments Post a comment
  1. Kaja Chaithanuwongse #

    Ajan krab,we can’t open course materials on this side.

    September 1, 2014
  2. Kaja Chaithanuwongse #

    Ajan krab,we can’t open some course materials (such as 2.1 Supply chain mapping tools…) on this side.

    September 2, 2014
  3. Fixed the links already. Please kindly check again. 🙂

    September 7, 2014
  4. Kaja Chaithanuwongse #

    Krab, Thank you

    September 8, 2014

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: