--- title: "Examples and Case Studies" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Examples and Case Studies} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` ```{r setup} #| echo: true #| eval: false library(hood2net) ``` # Case Studies and Examples *UNDER CONSTRUCTION* In this section, I provide two examples of how `hood2net` can be applied in psycholinguistic studies. The first case study shows how the package can be used to compute network measures of individual networks of children's vocabulary. The second case study shows how the package can be used to compute neighborhood measures for a large list of words in a language. ## Case Study 1: ## Case Study 2: # References