Skip to content
Prev 246063 / 398503 Next

access a column of a dataframe without qualifying the name of the column

On Dec 30, 2010, at 01:44 , David Winsemius wrote:

            
To specify context, basically. 

I.e., the name "sex" may need to be qualified by the data frame in which the variable appears, as in mydata$sex. It can be used unqualified in model formulas, in with-constructs, or if the data frame was attached.

Google "qualified name" for further material.