web analytics
Skip to content
Thursday, June 19, 2025

Zhuo Yao, Ph.D.

Professional Website of Dr. Zhuo Yao
Zhuo Yao, Ph.D.
Professional Website of Dr. Zhuo Yao
  • About Me
  • Teaching
  • Research
  • Hornors
  • Service
  • Publications
  • Demos
  • Resources
  • Tips
    • Writing
    • Research
    • Spatial Panel Modeling
    • SSH
    • Visual Studio 2010
    • Statistics
    • Technology
    • VB.Net
    • VISUM
    • Web design
    • R
    • Conference Papers
    • Journal papers published
    • Database
    • Legislation
    • Policy
    • Presentations
    • Publications
    • Working papers
    • Inforgraphics
    • ArcGIS
    • Career
    • Climate Change
    • Computer VIsion
    • Foundamentals
    • Geo-processing
    • Image Processing
    • MS Office
    • Travel Demand Modeling
  • linux

    Install WordPress with Apache and Let’s Encrypt SSL on Ubuntu 22.04

    WordPress is one of the most popular content management systems on the internet. It is open-source CMS and works well with almost any web hosting…

    calsalmon November 22, 2022
    View More
  • NotePad++

    Notepad++ add to every line

    https://stackoverflow.com/questions/11003761/notepad-add-to-every-line Follow these steps: To add a word, such as test, at the beginning of each line: To add a word, such as test, at…

    calsalmon January 5, 2022
    View More
  • R

    RStudio Theme

    https://tmtheme-editor.herokuapp.com/#!/editor/theme/Friendship%20Bracelet

    calsalmon November 26, 2019
    View More
  • R

    Exercise 1: Multinomial logit model

    https://cran.r-project.org/web/packages/mlogit/vignettes/e1mlogit.html Kenneth Train and Yves Croissant 2019-07-22 There are 900 observations with the following variables: Note that the attributes of the alternatives, namely, installation cost…

    calsalmon November 8, 2019
    View More
  • R

    Random utility model and the multinomial logit model

    Random utility model The utility for alternative l is written as: Ul=Vl+ϵl where Vl is a function of some observable covariates and unknown parameters to…

    calsalmon November 8, 2019
    View More
  • linux

    Install WordPress with Apache and Let’s Encrypt SSL on Ubuntu 22.04

    calsalmon November 22, 2022
  • NotePad++

    Notepad++ add to every line

    calsalmon January 5, 2022
  • R

    RStudio Theme

    calsalmon November 26, 2019
  • R

    Exercise 1: Multinomial logit model

    calsalmon November 8, 2019
  • R

    Random utility model and the multinomial logit model

    calsalmon November 8, 2019
  • R

    nhts_explorer/nhts_tnc_to_transit.ipynb

    calsalmon November 8, 2019
  • Previous
  • Next

R

Multiple Concurrent Downloads using RCurl

calsalmon March 16, 2015

Overview In this example, we look at how we can send multiple HTTP requests and process them concurrently. The basic idea is this. We specify…

View More Multiple Concurrent Downloads using RCurl
R

R Deal with Web Data and Content

calsalmon March 16, 2015

Overview The RCurl package provides high-level facilities in R to communicate with HTTP servers. Simply, it allows us to download URLs, submit forms in different…

View More R Deal with Web Data and Content
R

Compare two data.frames to find the rows in data.frame 1 that are not present in data.frame 2

calsalmon March 13, 2015

SQLDF provides a nice solution a1 <- data.frame(a = 1:5, b=letters[1:5]) a2 <- data.frame(a = 1:3, b=letters[1:3]) require(sqldf) a1NotIna2 <- sqldf(‘SELECT * FROM a1 EXCEPT…

View More Compare two data.frames to find the rows in data.frame 1 that are not present in data.frame 2
R

Pivot Tables in R with aggregate

calsalmon February 27, 2015

12 months ago Marco Ghislanzoni [Total: 1    Average: 3/5] I noted that a previous post about Pivot Tables in R with melt and cast…

View More Pivot Tables in R with aggregate
R

Pivot Tables in R with melt and cast

calsalmon February 27, 2015

about a year ago Marco Ghislanzoni [Total: 10    Average: 2.5/5] If you are making the transition from Excel to R and still can’t figure…

View More Pivot Tables in R with melt and cast
R

Pivot Tables in R with dplyr

calsalmon February 27, 2015

Pivot Tables in R with dplyr 6 months ago Marco Ghislanzoni [Total: 4    Average: 4/5] The prolific Hadley Wickham did it again! This time he…

View More Pivot Tables in R with dplyr
R

Pivot tables in R

calsalmon February 27, 2015

A common data-munging operation is to compute cross tabulations of measurements by categories. SQL Server and Excel have a nice feature called pivot tables for…

View More Pivot tables in R
Uncategorized

Setting permissions via SSH

calsalmon February 27, 2015

This page contains instructions on how to change the permissions of your files via a common SSH client – Putty. Why would you want to…

View More Setting permissions via SSH
R

sqldf SQL on R data frames

calsalmon February 26, 2015

To write it, it took three months; to conceive it – three minutes; to collect the data in it – all my life. F. Scott…

View More sqldf SQL on R data frames
R

Manipulating Data Frames Using sqldf – A Brief Overview

calsalmon February 26, 2015

Introduction For those who are learning R and who may be well-versed in SQL, thesqldf package provides a mechanism to manipulate R data frames using…

View More Manipulating Data Frames Using sqldf – A Brief Overview

Posts pagination

Previous page Page 1 … Page 10 Page 11 Page 12 … Page 39 Next page

  • Install WordPress with Apache and Let’s Encrypt SSL on Ubuntu 22.04
  • Notepad++ add to every line
  • RStudio Theme
  • Exercise 1: Multinomial logit model
  • Random utility model and the multinomial logit model
Zhuo Yao, Ph.D. | Designed by: Theme Freesia | WordPress | © Copyright All right reserved