print.msdpdth: Print method for msdpdth class

Description Usage Arguments Details Value Examples

View source: R/print.R

Description

Print method for msdpdth class

Usage

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

Arguments

x

msdpdth class

...

other parameters

Details

Print method for msdpdth class

Value

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

Examples

1
2
3
data(data_th, data_w)
result <- msdpdth(y = data_th$y, x = data_th$x, w1 = data_w, th = data_th$th)
result

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