print.weightfunct {weightr} | R Documentation |
This function allows you to print the model results.
## S3 method for class 'weightfunct'
print(x, ...)
x |
an object of class weightfunct |
... |
other arguments |
## Not run:
print(weightfunct(d,v))
## End(Not run)