print.weightfunct: Print Model Results

Description Usage Arguments Examples

Description

This function allows you to print the model results.

Usage

1
2
## S3 method for class 'weightfunct'
print(x, ...)

Arguments

x

an object of class weightfunct

...

other arguments

Examples

1
2
3
4
## Not run: 
print(weightfunct(d,v))

## End(Not run)

weightr documentation built on July 7, 2019, 1:03 a.m.