Topic: enable physics on object in lua

Is it possible to enable physics on an object that does not have physics enabled or parents with physics in lua?
I have cloned objects that are unparented (setParent(object, 0)) so they can be transformed independently,
but it does not have collision because there is no physics enabled.

I'm sure this is possible in C++, but I'm curious if this is possible with the lua api.