kevinykuo
kevinykuo

Reputation: 4762

R glm() without including training dataset

What argument do I need to pass to the glm() call in order to NOT include the training dataset in the glm object which can be very big at times?

Upvotes: 1

Views: 66

Answers (1)

kevinykuo
kevinykuo

Reputation: 4762

Wow, missed this from 30min of googling:

y=FALSE and model=FALSE 

Upvotes: 2

Related Questions