phenoModel               package:nlme               R Documentation

_M_o_d_e_l _f_u_n_c_t_i_o_n _f_o_r _t_h_e _P_h_e_n_o_b_a_r_b _d_a_t_a

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

     A model function for a model used with the 'Phenobarb' data. This
     function uses compiled C code to improve execution speed.

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

     phenoModel(Subject, time, dose, lCl, lV)

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

 Subject: an integer vector of subject identifiers.  These should be
          sorted in increasing order.

    time: numeric. A vector of the times at which the sample was drawn
          or the drug administered (hr). 

    dose: numeric. A vector of doses of drug administered (mug/kg). 

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

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

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

     See the details section of 'Phenobarb' for a description of the
     model function that 'phenoModel' evaluates.

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

     a numeric vector of predicted phenobarbital 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 6.4)

_E_x_a_m_p_l_e_s:

