How can I fix the problem "can't find the function I want to use"?

Since I want to use the function plm(), I downloaded it from ...

Next, I am working in the working directory which the folder "plm" is in.
However, it still says that "can't find the function".

How can I fix this?

Packages are brought into R with a command within R

install.packages("plm")
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.