library(SMRD)
library(shiny)
library(shinythemes)
knitr::opts_chunk$set(echo = TRUE, message = F, warning = F)
Data <- shockabsorber 
result <- SMRD:::gadget_ld(data = Data)

Overview

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')

CDF Results

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)

Hazard Function Results

The following results

mlehazplot(result$obj, distribution = result$dist)
knitr::kable(result$mlest$mle)


Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.