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]]
Christopher Ryan
2023-Apr-24 17:07 UTC
[R] [External Email] Requesting solution for R package
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 < thalgaskotuwa1995 at 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 at 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]]
? Sat, 22 Apr 2023 07:44:11 +0900 Kasun Thalgaskotuwa <thalgaskotuwa1995 at gmail.com> ?????:> My research is based on dynamic causal modelling. Hence I am finding > some R package which is useful for me.There's a search system at <https://search.r-project.org/?P=%22dynamic+causal%22&SORT=&HITSPERPAGE=10&DB=r-manuals&DB=r-help&DB=cran-views&DB=cran-info&DB=cran-help&DB=cran-news&DB=cran-readme&DB=cran-vignettes&DEFAULTOP=and&FMT=query&xP=Bdynamic%09Fdynamic%09Sdynamic%09dynamic%09Bcasual%09Fcasual%09Scasual%09casual&xDB=r-manuals%2Fr-help%2Fcran-views%2Fcran-info%2Fcran-help%2Fcran-news%2Fcran-readme%2Fcran-vignettes&xFILTERS=.%7E%7E4294967295> that yields a few useful results for your query, in particular the "dlsem" package. -- Best regards, Ivan