print.weightfunct {weightr} | R Documentation |
Print Model Results
Description
This function allows you to print the model results.
Usage
## S3 method for class 'weightfunct'
print(x, ...)
Arguments
x |
an object of class weightfunct |
... |
other arguments |
Examples
## Not run:
print(weightfunct(d,v))
## End(Not run)
[Package weightr version 2.0.2 Index]