print.msdpd {sdpdth} | R Documentation |
Print method for msdpd class
Description
Print method for msdpd class
Usage
## 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
data(data_n, data_nw)
result <- msdpd(y = data_n$y, x = data_n$x, w1 = data_nw)
result
[Package sdpdth version 0.2 Index]