Learn R Programming

sdpdth (version 0.2)

print.msdpd: Print method for msdpd class

Description

Print method for msdpd class

Usage

# S3 method for msdpd
print(x, ...)

Arguments

x

msdpd class

...

other parameters

Value

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

Details

Print method for msdpd class

Examples

Run this code
# NOT RUN {
data(data_n, data_nw)
result <- msdpd(y = data_n$y, x = data_n$x, w1 = data_nw)
result
# }

Run the code above in your browser using DataLab