pnp_gaussian | R Documentation |
This function both fits distributions and projects those distributions to new covariates..
pnp_gaussian(data, method, type = "regularized", object = NULL)
data |
dataframe of covariates |
method |
one of either "fit" or "predict" |
type |
one of either "classical", "robust", or "regularized" (the default) |
object |
fitted object returned by a pnp_... function. Only needed when method = "predict" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.