I am using Multinomial Model to calculate propability of a variable but when I type function pmultinom()
in R, it informs could find function, could you help me what packages should I install in R?
Asked
Active
Viewed 55 times
0

Nguyễn Thành Trung
- 17
- 4
-
I already installed that package but the same. – Nguyễn Thành Trung Mar 20 '20 at 12:46
-
Did you type `library(pmultinom)` at the top of your script and run that line? – JasonAizkalns Mar 20 '20 at 12:48
-
1@JasonAizkalns. That second step catches many people .... why couldn't there be just one command to install AND load a library. Something like `instalib()`.. – Edward Mar 20 '20 at 12:53