web analytics
Skip to content
Monday, June 16, 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

Category: R

R

An example of nested downloads using RCurl

calsalmon March 16, 2015

Overview This example uses RCurl to download an HTML document and then collect the name of each link within that document. The purpose of the…

View More An example of nested downloads using RCurl
R

Nested HTML Downloads

calsalmon March 16, 2015

Overview The goal of this example is to show how we can parse and HTML document and download the files to which it has links,…

View More Nested HTML Downloads
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
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

Posts pagination

Previous page Page 1 … Page 3 Page 4 Page 5 … Page 15 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