Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
P_trivedi
Calcite | Level 5

Hi,

I am performing Noncompartmental Pharmacokinetics in SAS version 9.4 and for that this paper is really very useful.

 

http://www.lexjansen.com/pharmasug/2005/statisticspharmacokinetics/sp07.pdf 

 

File required for NCA contains subjectID, Treatment, Time and concentration data.

 

Generally, terminal elimination constant is calculated from the linear regression of concentration vs. time curve using the least square regression method. For that minimum three points is neded to define the terminal (log-linear) portion of the curve and the selection is based on the best adjusted square coeffiecient of regression (r2).

 

How can we plot that regression line during the linear phase of the concentration vs. time data to estimate the terminal elimination rate constant (lambda z) using best fit method? How SAS automatically select number of required data points to calculate r2 and draw line to connect that specific points only ?

 

The desired output has been attached for reference. 

 


undefined
2 REPLIES 2
ballardw
Super User

You will have to provide some guidelines for identifying the points you want. Maybe someone has a solution to something similar to this available but consider this purely fake data plotted below:

 

undefined

 

Which "linear" bit would you want? Time periods 1-3, 4-7 or 8-10?

P_trivedi
Calcite | Level 5

Hello all,

 

     In addition to mentioned query, I would like to elaborate it for better understanding. The point selection (i.e. it can be 3 or more then that) in graph is done automatically using best fit method. So, here the question is how it can be done in SAS? An image of graph has been attached for reference where based on number of data points selected automatically; R2, adjusted r2 and lambda z are calculated. 


undefined

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2343 views
  • 0 likes
  • 2 in conversation