Replies: 4 comments 7 replies
-
I believe that people have done this before. |
Beta Was this translation helpful? Give feedback.
-
I tried to fit in one- compartmental model with focei but it gives me an error .I am using population mean concentrations . |
Beta Was this translation helpful? Give feedback.
-
I have the following time&conc data for Vitamin B1 marker (TDP) .
I cannot estimate initial parameters bcz both NCA and NLS are not working . The plot shows that they did not take enough samples in the elimination phase I think. |
Beta Was this translation helpful? Give feedback.
-
I am working on PK modeling for many vitamins and using population average data . First , I find initial estimates by NCA , then use NLS (one compartment oral adm model) .Although I get initial estimates and run NLS successfully , the model I developed does not provide a good fit . Please can you advise me where I am being wrong .
CODE : vitaminA_paper16 <- read.csv("paper16.csv") Noncompartmental analysis to find inital estimateslibrary(ncappc) 1. make a placeholder for the resultsVitA_pp16_out.nca <- vitA_pp16.result Define the function for the one-compartment oral administration model and perform parameter estimation using least squaresVitA_one_cmt_model_pp16 <- nls(DV ~ (ka* 38.5 * 0.2 / (vd * ka- cl)) * #overlay a line representing the predicted concentrations based on the estimated model coefficients. Model parameters from NLS |
Beta Was this translation helpful? Give feedback.
-
Hello . Has smn developed PK models for vitamins with long half-life . I have population average data .I tried to use NCA to estimate parameters and then used nls function . But I am getting negative clearence and very big Ka .
Beta Was this translation helpful? Give feedback.
All reactions