assess-methods      package:AcceptanceSampling      R Documentation

_A_s_s_e_s_s_m_e_n_t _m_e_t_h_o_d_s _f_o_r _t_h_e _c_l_a_s_s _f_a_m_i_l_y "_O_C_2_c".

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

     Assess whether the sampling plan can meet the specified _Producer
     Risk Point (PRP)_ and/or _Consumer Risk Point (CRP)_.

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

  object: An object of class 'OC2c'.

     PRP: The Producer Risk Point in the form of a two element numeric
          vector of the form 'c(pd, pa)'. The first element specifies,
          'pd', determines the quality level at which to evaluate the
          plan. The second element, 'pa', indicates the _minimum_
          probability of acceptance to be achieved by the plan.

     CRP: The Consumer Risk Point in the form of a two element numeric
          vector of the form 'c(pd, pa)'. The first element specifies,
          'pd', determines the quality level at which to evaluate the
          plan. The second element, 'pa', indicates the _maximum_
          probability of acceptance to be achieved by the plan.

   print: Logical indicating whether to print a summary of the
          assessment or not. Defaults to 'TRUE'

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

     _o_b_j_e_c_t="_O_C_2_c" Assess whether the sampling plan can meet the
          provided producer and/or consumer risk point(s).

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

     assess(object, PRP, CRP, print)

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

     Andreas Kiermeier

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

     'OC2c'

