Skip to content

Commit

Permalink
documentation titling
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitachandak committed Mar 20, 2024
1 parent 3131415 commit bdfdc18
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 22 deletions.
6 changes: 3 additions & 3 deletions R/lpcde/R/lpbwcde_methods.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
#' Print Method for Local Polynomial Conditional Density Bandwidth Selection
#' Print method for local polynomial conditional density bandwidth selection
#'
#' @description The print method for local polynomial conditional density bandwidth selection objects.
#'
Expand Down Expand Up @@ -52,7 +52,7 @@ print.lpbwcde <- function(x, ...) {
}

################################################################################
#' Summary Method for Local Polynomial Conditional Density Bandwidth Selection
#' Summary method for local polynomial conditional density bandwidth selection
#'
#' @description The summary method for local polynomial conditional density bandwidth selection objects.
#'
Expand Down Expand Up @@ -166,7 +166,7 @@ summary.lpbwcde = function(object, ...) {
}

################################################################################
#' Coef Method for Local Polynomial Density Bandwidth Selection
#' Coef method for local polynomial density bandwidth selection
#'
#' @description The coef method for local polynomial density bandwidth selection objects.
#'
Expand Down
13 changes: 6 additions & 7 deletions R/lpcde/R/lpcde_methods.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#######################################################################################
#' Print Method for Local Polynomial Conditional Density Estimation and Inference
#' Print method for local polynomial conditional density estimation
#'
#' @description The print method for local polynomial conditional density objects.
#'
Expand Down Expand Up @@ -51,7 +51,7 @@ print.lpcde = function(x, ...){
}

#######################################################################################
#' Summary Method for Local Polynomial Density ConditionalEstimation and Inference
#' Summary method for local polynomial density conditional estimation
#'
#' @description The summary method for local polynomial conditional density objects.
#'
Expand Down Expand Up @@ -229,9 +229,8 @@ summary.lpcde = function(object, ...){
}

#######################################################################################
#' Coef Method for Local Polynomial Density Conditional Estimation and Inference
#' Coef method for local polynomial density conditional estimation
#'
#' @title Coef Method
#' @description The coef method for local polynomial conditional density objects.
#'
#' @param object Class "lpcde" object, obtained by calling \code{\link{lpcde}}.
Expand Down Expand Up @@ -270,7 +269,7 @@ coef.lpcde = function(object, ...) {
object$Estimate
}
#######################################################################################
#' Vcov Method for Local Polynomial Density Conditional Estimation and Inference
#' Vcov method for local polynomial density conditional estimation
#'
#' @title Variance-Covariance
#' @description The vcov method for local polynomial conditional density objects.
Expand Down Expand Up @@ -316,7 +315,7 @@ vcov.lpcde = function(object, ...) {
}

#######################################################################################
#' Confint Method for Local Polynomial Density Conditional Estimation and Inference
#' Confint method for local polynomial density conditional estimation
#'
#' @description The confint method for local polynomial conditional density objects.
#'
Expand Down Expand Up @@ -457,7 +456,7 @@ confint.lpcde <- function(object, parm = NULL, level = NULL, CIuniform=FALSE, CI
}

#######################################################################################
#' @title Plot Method for Local Polynomial Density Conditional Estimation and Inference
#' @title Plot method for local polynomial density conditional estimation
#'
#' @description The plot method for local polynomial density objects.
#' A standard \code{ggplot2} object is returned, hence can be used for further customization.
Expand Down
2 changes: 1 addition & 1 deletion R/lpcde/man/coef.lpbwcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions R/lpcde/man/coef.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/confint.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/plot.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/print.lpbwcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/print.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/summary.lpbwcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/summary.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/man/vcov.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdfdc18

Please sign in to comment.