A survival analysis of lexical decision data of Mandarin Chinese with R.
Lexical decision data for Mandarin Chinese (Tsang et al., 2018). Participants were shown a stimulus on the screen and were asked to indicate if this stimulus was a word or nonword.
- (enviroment prepare)
- data overview and inspect through objective functions
- models with each individual predictor:
- Categorical predictor: comlexity[defined by number of (square) strokes of each word]
- categorical predictor: word length
- numerical predictor: (log) word frequency
- A model with mulutiple predictors:
- categorical predictor: word length
- numerical predictor: (log) word frequency
- numerical predictor: (square) number of strokes
Originally built as Kaggle notebook. View the project: