ResponseRegr | R Documentation |
ResponseRegr
creates a response object that are used as target during the
fitting process.
S4 object.
ResponseRegr$new(target_name, response) ResponseRegr$new(target_name, response, weights)
response_regr = ResponseRegr$new("target", cbind(rnorm(10)))
response_regr$getResponse()
response_regr$getTargetName()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.