View source: R/data-generation.R
generate_glm_response_data | R Documentation |
Generate response data based on a GLM model
generate_glm_response_data(design_matrix, coefficients, family)
design_matrix |
The design matrix (n x p) |
coefficients |
Coefficient vector (vector of length p) |
family |
One of |
A response vector of length n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.