In R, what is the parent frame?

Untitled Forums Statistics R programming In R, what is the parent frame?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15882
    nammy
    Participant

    In R, what is the parent frame?

    1. It is the environment in which a function was called
    2. It is the environment in which a function was defined
    3. It is the package search list
    4. It is always the global environment
    #15885
    nammy
    Participant

    Answer:- 1
    It is the environment in which a function was called

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.