Calib-class              package:calib              R Documentation

_C_l_a_s_s "_C_a_l_i_b" ~~~

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

     ~~ A concise (1-5 lines) description of what the class is.  ~~

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("Calib", ...)'.
     ~~ describe objects here ~~

_S_l_o_t_s:

     '_E_s_t_i_m_a_t_e_d._x': Predicted values of x

     '_P_r_e_d_S_t_d_E_r_r': Predicted standard errors

     '_i_n_v_e_r._l_o_w': Estimated lower confidence intervals using inverse
          method

     '_i_n_v_e_r._u_p': Estimated upper confidence intervals using inverse
          method

     '_w_a_l_d._l_o_w': Esimated lower confidence interval using Wald
          intervals

     '_w_a_l_d._u_p': Estimated upper confidence interval using Wald
          intervals

     '_w_a_l_d_l._l_o_w': Internal use

     '_w_a_l_d_l._u_p': Internal use

     '_a_v_g._r_e_s_p_o_n_s_e': y0 values

     '_d_i_l_u_t_i_o_n': Dilution factors

     '_o_o_r': Values which fall out of range of assay

     '_l_m_d_c': Internal use

     '_r_o_w._n_a_m_e_s': Internal use

     '_l_a_b_e_l_s': Internal use

     '_m_a_x._x': Internal use

     '_e_x_t_r_a_p': Should values outside the concentration range be
          estimated

     '_r_e_p_e_q': Internal use

     '_r_n_a_m_e': Internal use

     '_c_o_n_f._l_e_v_e_l': Values to be used for estimating confidence
          intervals of esimated concentrations

     '_t_y_p_e': Model type used (fpl, thpl or lin)

     '_m_d_c': Minimum detectable concentration values

     '_t_r_u_t_h': If true concentration values are provided  in the calib
          function

     '_t_i_m_e_s': Internal use

     '_s_a_m_p._n_a_m_e_s': Names of samples

     '_l_o_f._t_e_s_t': Lack of fit object

     '_c_a_l_i_b._f_i_t': calib.fit object

_M_e_t_h_o_d_s:

     _p_l_o_t 'signature(x = "Calib", y = "missing")': ... 

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

     Perry Haaland, Daniel Samarov, Elaine McVey

_S_e_e _A_l_s_o:

     'calib'

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

     showClass("Calib")

