Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Generated by roxygen2: do not edit by hand

S3method("[",ps_calib)
S3method("[",ps_trim)
S3method("[",ps_trim_matrix)
S3method("[",ps_trunc)
S3method("[",ps_trunc_matrix)
S3method(Summary,ps_calib)
S3method(Summary,ps_trim)
S3method(Summary,ps_trunc)
S3method(Summary,psw)
S3method(anyDuplicated,ps_trim)
S3method(anyDuplicated,ps_trunc)
S3method(anyDuplicated,psw)
S3method(as.data.frame,ipw)
S3method(as.double,ps_calib)
S3method(diff,ps_trim)
S3method(diff,ps_trunc)
S3method(diff,psw)
S3method(is_ps_calibrated,default)
S3method(is_ps_calibrated,ps_calib)
S3method(is_ps_calibrated,ps_calib_matrix)
S3method(is_ps_calibrated,psw)
S3method(is_ps_trimmed,default)
S3method(is_ps_trimmed,ps_trim)
Expand All @@ -35,17 +40,22 @@ S3method(is_unit_truncated,default)
S3method(is_unit_truncated,ps_trunc)
S3method(is_unit_truncated,ps_trunc_matrix)
S3method(is_unit_truncated,psw)
S3method(max,ps_calib)
S3method(max,ps_trim)
S3method(max,ps_trunc)
S3method(max,psw)
S3method(median,ps_calib)
S3method(median,ps_trim)
S3method(median,ps_trunc)
S3method(median,psw)
S3method(min,ps_calib)
S3method(min,ps_trim)
S3method(min,ps_trunc)
S3method(min,psw)
S3method(na.omit,ps_trim)
S3method(print,ipw)
S3method(print,ps_calib)
S3method(print,ps_calib_matrix)
S3method(print,ps_trim_matrix)
S3method(print,ps_trunc_matrix)
S3method(ps_trim,data.frame)
Expand All @@ -59,6 +69,7 @@ S3method(ps_trunc,ps_trunc)
S3method(quantile,ps_trim)
S3method(quantile,ps_trunc)
S3method(quantile,psw)
S3method(range,ps_calib)
S3method(range,ps_trim)
S3method(range,ps_trunc)
S3method(range,psw)
Expand All @@ -67,12 +78,18 @@ S3method(sort,ps_trunc)
S3method(summary,ps_trim)
S3method(summary,ps_trunc)
S3method(summary,psw)
S3method(vec_arith,ps_calib)
S3method(vec_arith,ps_trim)
S3method(vec_arith,ps_trunc)
S3method(vec_arith,psw)
S3method(vec_arith.numeric,ps_calib)
S3method(vec_arith.numeric,ps_trim)
S3method(vec_arith.numeric,ps_trunc)
S3method(vec_arith.numeric,psw)
S3method(vec_arith.ps_calib,MISSING)
S3method(vec_arith.ps_calib,default)
S3method(vec_arith.ps_calib,numeric)
S3method(vec_arith.ps_calib,ps_calib)
S3method(vec_arith.ps_trim,MISSING)
S3method(vec_arith.ps_trim,default)
S3method(vec_arith.ps_trim,integer)
Expand All @@ -92,12 +109,15 @@ S3method(vec_arith.psw,psw)
S3method(vec_cast,character.ps_trim)
S3method(vec_cast,character.ps_trunc)
S3method(vec_cast,character.psw)
S3method(vec_cast,double.ps_calib)
S3method(vec_cast,double.ps_trim)
S3method(vec_cast,double.ps_trunc)
S3method(vec_cast,double.psw)
S3method(vec_cast,integer.ps_trim)
S3method(vec_cast,integer.ps_trunc)
S3method(vec_cast,integer.psw)
S3method(vec_cast,ps_calib.double)
S3method(vec_cast,ps_calib.ps_calib)
S3method(vec_cast,ps_trim.double)
S3method(vec_cast,ps_trim.integer)
S3method(vec_cast,ps_trim.ps_trim)
Expand All @@ -113,83 +133,103 @@ S3method(vec_cast,psw.integer)
S3method(vec_cast,psw.ps_trim)
S3method(vec_cast,psw.ps_trunc)
S3method(vec_cast,psw.psw)
S3method(vec_math,ps_calib)
S3method(vec_math,ps_trim)
S3method(vec_math,ps_trunc)
S3method(vec_math,psw)
S3method(vec_ptype2,character.psw)
S3method(vec_ptype2,double.ps_calib)
S3method(vec_ptype2,double.ps_trim)
S3method(vec_ptype2,double.ps_trunc)
S3method(vec_ptype2,double.psw)
S3method(vec_ptype2,integer.ps_trim)
S3method(vec_ptype2,integer.ps_trunc)
S3method(vec_ptype2,integer.psw)
S3method(vec_ptype2,ps_calib.double)
S3method(vec_ptype2,ps_calib.ps_calib)
S3method(vec_ptype2,ps_calib.ps_trim)
S3method(vec_ptype2,ps_calib.ps_trunc)
S3method(vec_ptype2,ps_calib.psw)
S3method(vec_ptype2,ps_trim.double)
S3method(vec_ptype2,ps_trim.integer)
S3method(vec_ptype2,ps_trim.ps_calib)
S3method(vec_ptype2,ps_trim.ps_trim)
S3method(vec_ptype2,ps_trim.ps_trunc)
S3method(vec_ptype2,ps_trim.psw)
S3method(vec_ptype2,ps_trunc.double)
S3method(vec_ptype2,ps_trunc.integer)
S3method(vec_ptype2,ps_trunc.ps_calib)
S3method(vec_ptype2,ps_trunc.ps_trim)
S3method(vec_ptype2,ps_trunc.ps_trunc)
S3method(vec_ptype2,ps_trunc.psw)
S3method(vec_ptype2,psw.character)
S3method(vec_ptype2,psw.double)
S3method(vec_ptype2,psw.integer)
S3method(vec_ptype2,psw.ps_calib)
S3method(vec_ptype2,psw.ps_trim)
S3method(vec_ptype2,psw.ps_trunc)
S3method(vec_ptype2,psw.psw)
S3method(vec_ptype_abbr,ps_calib)
S3method(vec_ptype_abbr,ps_trim)
S3method(vec_ptype_abbr,ps_trunc)
S3method(vec_ptype_abbr,psw)
S3method(vec_ptype_full,ps_calib)
S3method(vec_ptype_full,ps_trim)
S3method(vec_ptype_full,ps_trunc)
S3method(vec_ptype_full,psw)
S3method(vec_restore,ps_trim)
S3method(vec_restore,ps_trunc)
S3method(vec_restore,psw)
S3method(wt_atc,ps_calib)
S3method(wt_atc,ps_trim)
S3method(wt_atc,ps_trunc)
S3method(wt_ate,data.frame)
S3method(wt_ate,default)
S3method(wt_ate,glm)
S3method(wt_ate,numeric)
S3method(wt_ate,ps_calib)
S3method(wt_ate,ps_trim)
S3method(wt_ate,ps_trunc)
S3method(wt_atm,data.frame)
S3method(wt_atm,default)
S3method(wt_atm,glm)
S3method(wt_atm,numeric)
S3method(wt_atm,ps_calib)
S3method(wt_atm,ps_trim)
S3method(wt_atm,ps_trunc)
S3method(wt_ato,data.frame)
S3method(wt_ato,default)
S3method(wt_ato,glm)
S3method(wt_ato,numeric)
S3method(wt_ato,ps_calib)
S3method(wt_ato,ps_trim)
S3method(wt_ato,ps_trunc)
S3method(wt_att,data.frame)
S3method(wt_att,default)
S3method(wt_att,glm)
S3method(wt_att,numeric)
S3method(wt_att,ps_calib)
S3method(wt_att,ps_trim)
S3method(wt_att,ps_trunc)
S3method(wt_atu,data.frame)
S3method(wt_atu,default)
S3method(wt_atu,glm)
S3method(wt_atu,numeric)
S3method(wt_atu,ps_calib)
S3method(wt_atu,ps_trim)
S3method(wt_atu,ps_trunc)
S3method(wt_cens,data.frame)
S3method(wt_cens,default)
S3method(wt_cens,glm)
S3method(wt_cens,numeric)
S3method(wt_cens,ps_calib)
S3method(wt_cens,ps_trim)
S3method(wt_cens,ps_trunc)
S3method(wt_entropy,data.frame)
S3method(wt_entropy,default)
S3method(wt_entropy,glm)
S3method(wt_entropy,numeric)
S3method(wt_entropy,ps_calib)
S3method(wt_entropy,ps_trim)
S3method(wt_entropy,ps_trunc)
export("estimand<-")
Expand Down
Loading
Loading