Conditional logit model in R

firstly, please dont use screenshot images to share text...
paste the text into your post, and format it with triple backticks like this

```
my codes
```

secondly, an .rda file is not a .csv file, so read_csv or read.csv are inappropriate
the base r function load() is used for .rda files.

2 Likes