# S4 method for linearModel,momentWeights
solveGmm(object, wObj, theta0=NULL,
...)# S4 method for allNLModel,momentWeights
solveGmm(object, wObj, theta0=NULL,
algo=algoObj("optim"), ...)
# S4 method for rnonlinearModel,momentWeights
solveGmm(object, wObj, theta0=NULL,
...)
# S4 method for slinearModel,sysMomentWeights
solveGmm(object, wObj,
theta0=NULL, ...)
# S4 method for rslinearModel,sysMomentWeights
solveGmm(object, wObj,
theta0=NULL, ...)
# S4 method for snonlinearModel,sysMomentWeights
solveGmm(object, wObj,
theta0=NULL, algo=algoObj("optim"), ...)
# S4 method for sfunctionModel,sysMomentWeights
solveGmm(object, wObj,
theta0=NULL, algo=algoObj("optim"), ...)