power                 package:stats                 R Documentation

_C_r_e_a_t_e _a _P_o_w_e_r _L_i_n_k _O_b_j_e_c_t

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

     Creates a link object based on the link function eta = mu^lambda.

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

     power(lambda = 1)

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

  lambda: a real number.

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

     If 'lambda' is non-positive, it is taken as zero, and the log link
     is obtained.  The default 'lambda = 1' gives the identity link.

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

     A list with components 'linkfun', 'linkinv', 'mu.eta', and
     'valideta'. See 'make.link' for information on their meaning.

_R_e_f_e_r_e_n_c_e_s:

     Chambers, J. M. and Hastie, T. J. (1992) _Statistical Models in
     S._ Wadsworth & Brooks/Cole.

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

     'make.link', 'family'

     To raise a number to a power, see 'Arithmetic'.

     To calculate the power of a test, see various functions in the 
     'stats' package, e.g., 'power.t.test'.

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

     power()
     quasi(link=power(1/3))[c("linkfun", "linkinv")]

