Indometh              package:datasets              R Documentation

_P_h_a_r_m_a_c_o_k_i_n_e_t_i_c_s _o_f _I_n_d_o_m_e_t_h_i_c_i_n

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

     The 'Indometh' data frame has 66 rows and 3 columns of data on the
     pharmacokinetics of indomethicin.

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

     Indometh

_F_o_r_m_a_t:

     This data frame contains the following columns:

     _S_u_b_j_e_c_t an ordered factor with containing the subject codes.  The
          ordering is according to increasing maximum response.

     _t_i_m_e a numeric vector of times at which blood samples were drawn
          (hr).

     _c_o_n_c a numeric vector of plasma concentrations of indomethicin
          (mcg/ml).


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

     Each of the six subjects were given an intravenous injection of
     indomethicin.

_S_o_u_r_c_e:

     Kwan, Breault, Umbenhauer, McMahon and Duggan (1976), Kinetics of
     Indomethicin absorption, elimination, and enterohepatic
     circulation in man. _Journal of Pharmacokinetics and
     Biopharmaceutics_, *4*, 255-280.

     Davidian, M. and Giltinan, D. M. (1995) _Nonlinear Models for
     Repeated Measurement Data_, Chapman & Hall (section 5.2.4, p. 134)

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

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

     require(stats)
     fm1 <- nls(conc ~ SSbiexp(time, A1, lrc1, A2, lrc2),
                data = Indometh, subset = Subject == 1)
     summary(fm1)

