UUPharmacometrics / PsN

Perl-Speaks-NONMEM
https://uupharmacometrics.github.io/PsN
GNU General Public License v2.0
65 stars 19 forks source link

PsN/NCA Code Examples #212

Closed custardice closed 3 years ago

custardice commented 3 years ago

Hello,

I am fairly new to coding/this community so I apologize for any ignorance on my end. I am attempting to run NCA using the PsN toolkit in Pirana but am having difficulty with the mod file code. Does anyone have or can direct me to examples of NCA mod file codes I can use as a reference?

Thanks in advance.

andrewhooker commented 3 years ago

Hi,

The NCA tool in PsN prepares the input for creating an NCA PPC based on a population model as described in

https://github.com/UUPharmacometrics/PsN/releases/download/v5.2.6/nca_userguide.pdf and in

Acharya C, Hooker AC, Türkyılmaz GY, Jönsson S, Karlsson MO. A diagnostic tool for population models using non-compartmental analysis: The ncappc package for R. Comput Methods Programs Biomed. 2016;127:83-93. doi:10.1016/j.cmpb.2016.01.013.

If you simply want to do NCA analysis then I recommend using the ncappc package in R directly:

https://github.com/UUPharmacometrics/ncappc

Best regards, Andy