print.msdpdth {sdpdth}R Documentation

Print method for msdpdth class

Description

Print method for msdpdth class

Usage

## 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


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


[Package sdpdth version 0.2 Index]