web analytics
Skip to content
Sunday, June 15, 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

Write data (frame) to Excel file using R package xlsx

calsalmon May 12, 2013

Writing to Excel files comes up rather often, especially if you’re collaborating with non-OSS users. There are several options, but I like the xlsx package way of…

View More Write data (frame) to Excel file using R package xlsx
R

Programming in R

calsalmon April 5, 2013

Programming in R Author: Thomas Girke, UC Riverside Contents 1 Introduction 2 R Basics 3 Code Editors for R 4 Integrating R with Vim and Tmux 5 Finding Help 6 Control Structures 6.1 Conditional…

View More Programming in R
R

How to write your own functions and good R programing techniques

calsalmon April 5, 2013

How to write your own functions and good R programing techniques Good R Programing Techniques Writing Functions The R function Statement Function Return Values Function…

View More How to write your own functions and good R programing techniques
R

What “Apply” does

calsalmon April 5, 2013

Lapply and sapply: avoiding loops on lists and data frames Tapply: avoiding loops when applying a function to subsets “Apply” functions keep you from having…

View More What “Apply” does
R

Read multiple CSV files into separate data frames

calsalmon March 17, 2013

##Read files named xyz1111.csv, xyz2222.csv, etc. filenames <- list.files(path=”../Data/original_data”, pattern=”xyz+.*csv”) ##Create list of data frame names without the “.csv” part names <-substr(filenames,1,7)) ###Load all files…

View More Read multiple CSV files into separate data frames
R

How to Make Bubble Charts

calsalmon March 6, 2013

By NATHAN YAU Ever since Hans Rosling presented a motion chart to tell his story of the wealth and health of nations, there has been an…

View More How to Make Bubble Charts

Posts pagination

Previous page Page 1 … Page 14 Page 15

  • 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