print.msdpd: Print method for msdpd class

Description Usage Arguments Details Value Examples

View source: R/print.R

Description

Print method for msdpd class

Usage

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

Arguments

x

msdpd class

...

other parameters

Details

Print method for msdpd class

Value

A data.frame containing the coefficients and the corresponding standard error.

Examples

1
2
3
data(data_n, data_nw)
result <- msdpd(y = data_n$y, x = data_n$x, w1 = data_nw)
result

sdpdth documentation built on March 22, 2021, 5:06 p.m.