Gasoline                package:nlme                R Documentation

_R_e_f_i_n_e_r_y _y_i_e_l_d _o_f _g_a_s_o_l_i_n_e

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

     The 'Gasoline' data frame has 32 rows and 6 columns.

_F_o_r_m_a_t:

     This data frame contains the following columns:

     _y_i_e_l_d a numeric vector giving the percentage of crude oil
          converted to gasoline after distillation and fractionation

     _e_n_d_p_o_i_n_t a numeric vector giving the temperature (degrees F) at
          which all the gasoline is vaporized

     _S_a_m_p_l_e an ordered factor giving the inferred crude oil sample
          number

     _A_P_I a numeric vector giving the crude oil gravity (degrees API)

     _v_a_p_o_r a numeric vector giving the vapor pressure of the crude oil
          (lbf/in^2)

     _A_S_T_M a numeric vector giving the crude oil 10% point ASTM-the
          temperature at which 10% of the crude oil has become vapor. 

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

     Prater (1955) provides data on crude oil properties and gasoline
     yields.  Atkinson (1985) uses these data to illustrate the use of
     diagnostics in multiple regression analysis.  Three of the
     covariates-\textsf{API}, \textsf{vapor}, and \textsf{ASTM}-measure
     characteristics of the crude oil used to produce the gasoline. 
     The other covariate - \textsf{endpoint}-is a characteristic of the
     refining process. Daniel and Wood (1980) notice that the
     covariates characterizing the crude oil occur in only ten distinct
     groups and conclude that the data represent responses measured on
     ten different crude oil samples.

_S_o_u_r_c_e:

     Prater, N. H. (1955), Estimate gasoline yields from crudes,
     _Petroleum Refiner_, *35* (5).

     Atkinson, A. C. (1985), _Plots, Transformations, and Regression_,
     Oxford Press, New York.

     Daniel, C. and Wood, F. S. (1980), _Fitting Equations to Data_,
     Wiley, New York

     Venables, W. N. and Ripley, B. D. (1999) _Modern Applied
     Statistics with S-PLUS (3rd ed)_, Springer, New York.

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

     data(Gasoline)

