restore original examples and add Roxygen2 documentation to all functions#2
Open
YURYVOM wants to merge 3 commits into
Open
restore original examples and add Roxygen2 documentation to all functions#2YURYVOM wants to merge 3 commits into
YURYVOM wants to merge 3 commits into
Conversation
psirusteam
reviewed
Jun 17, 2026
psirusteam
left a comment
Owner
There was a problem hiding this comment.
- Revisar si es necesario mantener la docuemntación para las bases de datos del paquete
- Eliminar todas las funciones de estimación E. (sí, todas)
3)Hice comentarios en algunos títulos para mantener los originales
| #' @export | ||
| #' | ||
| #' @title | ||
| #' Matrix of Joint Inclusion Probability Differences |
Owner
There was a problem hiding this comment.
Mantener el título de la función original
| \title{Variance-Covariance Matrix of the Sample Membership Indicators for Fixed Size Without Replacement Sampling Designs} | ||
| \description{Computes the Variance-Covariance matrix of the sample membership indicators in the population given a | ||
| fixed sample size design} | ||
| \title{Matrix of Joint Inclusion Probability Differences} |
Owner
There was a problem hiding this comment.
Suggested change
| \title{Matrix of Joint Inclusion Probability Differences} | |
| \title{Variance–Covariance Matrix for Sample Membership Indicators in Fixed-Size Sampling Without Replacement} |
| \alias{E.Beta} | ||
| \title{Estimation of the population regression coefficients under SI designs} | ||
| \description{Computes the estimation of regression coefficients using the principles of the Horvitz-Thompson estimator} | ||
| \title{Estimation of Regression Coefficients under Simple Random Sampling} |
Owner
There was a problem hiding this comment.
Suggested change
| \title{Estimation of Regression Coefficients under Simple Random Sampling} | |
| \title{Estimation of Regression Coefficients under Simple Random Sampling Without Replacement} |
| \alias{E.piPS} | ||
| \title{Estimation of the Population Total under Probability Proportional to Size Sampling Without Replacement} | ||
| \description{Computes the Horvitz-Thompson estimator of the population total according to a \eqn{\pi}PS sampling design} | ||
| \title{Estimation of the Population Total under Pi Probability Proportional to |
Owner
There was a problem hiding this comment.
Suggested change
| \title{Estimation of the Population Total under Pi Probability Proportional to | |
| \title{Estimation of the Population Total under Probability-Proportional-to-Size Sampling Without Replacement} |
| \title{Estimation of the Population Total under Probability Proportional to Size Sampling Without Replacement} | ||
| \description{Computes the Horvitz-Thompson estimator of the population total according to a \eqn{\pi}PS sampling design} | ||
| \title{Estimation of the Population Total under Pi Probability Proportional to | ||
| Size Sampling} |
Owner
There was a problem hiding this comment.
Suggested change
| Size Sampling} |
| \alias{E.PPS} | ||
| \title{Estimation of the Population Total under Probability Proportional to Size Sampling With Replacement} | ||
| \description{Computes the Hansen-Hurwitz estimator of the population total according to a probability proportional to size sampling with replacement design} | ||
| \title{Estimation of the Population Total under PPS With-Replacement Sampling} |
Owner
There was a problem hiding this comment.
Suggested change
| \title{Estimation of the Population Total under PPS With-Replacement Sampling} | |
| \title{Estimation of the Population Total under Probability-Proportional-to-Size Sampling Without Replacement} |
| \title{Estimation of the Population Total under Stratified Probability Proportional to Size Sampling Without Replacement} | ||
| \description{Computes the Horvitz-Thompson estimator of the population total according to a probability proportional to size | ||
| sampling without replacement design in each stratum} | ||
| \title{Estimation of the Population Total under Stratified piPS Sampling} |
| \title{Sample Membership Indicator for with Replacements sampling designs} | ||
| \description{Creates a matrix of values (1, if the unit belongs to a specified sample and 0, otherwise) | ||
| for every possible sample under fixed sample size designs without replacement} | ||
| \title{Frequency Indicator Matrix for With-Replacement Sampling} |
| \alias{nk} | ||
| \title{Sample Selection Indicator for With Replacement Sampling Designs} | ||
| \description{The function returns a matrix of \eqn{binom(N+m-1)(m)} rows and \eqn{N} columns. Creates a matrix of values (0, if the unit does not belongs to a specified sample, 1, if the unit is selected once in the sample; 2, if the unit is selected twice in the sample, etc.) for every possible sample under fixed sample size designs with replacement} | ||
| \title{Frequency Matrix for With-Replacement Sampling} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VO