library(SMRD) library(shiny) library(shinythemes) knitr::opts_chunk$set(echo = TRUE, message = F, warning = F) Data <- shockabsorber result <- SMRD:::gadget_ld(data = Data)
This document contains an automatically generated reliability analysis using the R package SMRD
. The data under evaluation contains r nrow(Data)
rows and r ncol(Data)
columns and is the shown below:
knitr::kable(Data, caption = 'Data set under evaluation')
The CDF plots below show information about the CDF
plot(result$obj)
plot(result$obj, distribution = result$dist)
mleprobplot(result$obj, distribution = result$dist)
simple.contour(result$obj, distribution = result$dist, threeD = T, zoom.level = 2)
Additionally, the table below presents values for $F(t)$.
knitr::kable(result$mlest$fail)
The following results
mlehazplot(result$obj, distribution = result$dist)
knitr::kable(result$mlest$mle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.