power                  package:base                  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-negative, 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.

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

     `make.link', `family'

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

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

