quinModel                package:nlme                R Documentation

_M_o_d_e_l _f_u_n_c_t_i_o_n _f_o_r _t_h_e _Q_u_i_n_i_d_i_n_e _d_a_t_a

_D_e_s_c_r_i_p_t_i_o_n:

     A model function for a model used with the 'Quinidine' data. This
     function calls compiled C code.

_U_s_a_g_e:

     quinModel(Subject, time, conc, dose, interval, lV, lKa, lCl)

_A_r_g_u_m_e_n_t_s:

 Subject: a factor identifying the patient on whom the data were
          collected. 

    time: a numeric vector giving the time (hr) at which the drug was
          administered or the blood sample drawn.  This is measured
          from the time the patient entered the study. 

    conc: a numeric vector giving the serum quinidine concentration
          (mg/L). 

    dose: a numeric vector giving the dose of drug administered (mg).
          Although there were two different forms of quinidine
          administered, the doses were adjusted for differences in salt
          content by conversion to milligrams of quinidine base. 

interval: a numeric vector giving the when the drug has been given at
          regular intervals for a sufficiently long period of time to
          assume steady state behavior, the interval is recorded. 

      lV: numeric.  A vector of values of the natural log of the
          effective volume of distribution according to 'Subject' and
          'time'.

     lKa: numeric.  A vector of values of the natural log of the
          absorption rate constant according to 'Subject' and 'time'.

     lCl: numeric.  A vector of values of the natural log of the
          clearance parameter according to 'Subject' and 'time'.

_D_e_t_a_i_l_s:

     See the details section of 'Quinidine' for a description of the
     model function that 'quinModel' evaluates.

_V_a_l_u_e:

     a numeric vector of predicted quinidine concentrations.

_A_u_t_h_o_r(_s):

     Jose Pinheiro jose.pinheiro@pharma.novartis.com and Douglas Bates
     bates@stat.wisc.edu

_R_e_f_e_r_e_n_c_e_s:

     Pinheiro, J. C. and Bates, D. M. (2000) _Mixed-effects Models in S
     and S-PLUS_, Springer. (section 8.2)

