I may not be understanding your question, or what you mean by "activate this package," but in general terms, packages must first be installed, with
install.packages("thepackageIwant") And then, for any given R session in which you want to use that package: library(thepackageIwant) My apologies if you already knew that and are encountering some other difficulty. If so, providing further details will help. --Chris Ryan On Mon, Apr 24, 2023 at 12:58 PM Kasun Thalgaskotuwa < thalgaskotuwa1...@gmail.com> wrote: > Dear R team, > I am struggling with one application of R. My research is based on dynamic > causal modelling. Hence I am finding some R package which is useful for me. > that is “dcm”. I want to activate this package to work with dcm, DCM > functions( dynamic causal model). I kindly expect your help in this regard. > > Thank you > Best regards > Kasun > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.