View source: R/ablandscape_predict.R
predict.ablandscape.fit | R Documentation |
Produce predicted values based on a antibody landscapes fit object.
## S3 method for class 'ablandscape.fit'
predict(
object,
coords,
interval = "none",
level = 0.95,
negll.fit = FALSE,
crop2chull = TRUE,
control = list()
)
object |
The antibody landscapes fit object |
coords |
Antigenic coordinates for which to predict landscapes heights |
interval |
Type of interval calculation, (one of "none" or "confidence") |
Produces a vector of predictions or a matrix of predictions and bounds with column names fit, lwr, and upr if interval is set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.