geomMean               package:SLqPCR               R Documentation

_G_e_o_m_e_t_r_i_c _M_e_a_n

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

     Computation of the geometric mean.

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

     geomMean(x, na.rm = FALSE)

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

       x: numeric vector of non-negative Reals 

   na.rm: a logical value indicating whether 'NA' values should be
          stripped before the computation proceeds.  

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

     The computation of the geometric mean is done via
     'prod(x)^(1/length(x))'.

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

     geometric mean

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

     Dr. Matthias Kohl (SIRS-Lab GmbH) kohl@sirs-lab.com

