disc | R Documentation |
Linear Discriminant Analysis
disc(
data,
dep,
covs,
per = 1,
prior = TRUE,
gm = FALSE,
coef = FALSE,
prop = FALSE,
tra = FALSE,
tes = FALSE,
gc = TRUE,
plot = FALSE,
plot1 = FALSE,
width = 500,
height = 500,
width1 = 500,
height1 = 500
)
data |
. |
dep |
. |
covs |
. |
per |
. |
prior |
. |
gm |
. |
coef |
. |
prop |
. |
tra |
. |
tes |
. |
gc |
. |
plot |
. |
plot1 |
. |
width |
. |
height |
. |
width1 |
. |
height1 |
. |
A results object containing:
results$instructions | a html | ||||
results$text | a preformatted | ||||
results$prior | a table | ||||
results$gm | a table | ||||
results$coef | a table | ||||
results$prop | a table | ||||
results$tra | a table | ||||
results$tes | a table | ||||
results$plot | an image | ||||
results$gc | a table | ||||
results$plot1 | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$prior$asDF
as.data.frame(results$prior)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.