car-internal               package:car               R Documentation

_I_n_t_e_r_n_a_l _c_a_r _f_u_n_c_t_i_o_n_s

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

     Internal functions for package car.

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

     df.terms(model, term, ...)
     ## Default S3 method:
     df.terms(model, term, ...)
     has.intercept(model, ...)
     ## Default S3 method:
     has.intercept(model, ...)
     inv(x)
     is.aliased(model)
     mfrow(n, max.plots=0)
     nice(x, direction=c("round", "down", "up"))
     predictor.names(model, ...)
     ## Default S3 method:
     predictor.names(model, ...)
     relatives(term, names, factors)
     responseName(model, ...) 
     ## Default S3 method:
     responseName(model, ...)
     response(model, ...)
     ## Default S3 method:
     response(model, ...)
     term.names(model, ...)
     ## Default S3 method:
     term.names(model, ...)

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

   model: 

    term: 

     ...: 

       x: 

       n: 

max.plots: 

direction: 

   names: 

 factors: 

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

     These functions are not intended to be called by the user.

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

     John Fox jfox@mcmaster.ca

