1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
# Generated by roxygen2: do not edit by hand
S3method("$",control.list)
S3method("[",term_list)
S3method("[",wmatrix)
S3method("[<-",wmatrix)
S3method("lrowweights<-",linwmatrix)
S3method("lrowweights<-",logwmatrix)
S3method("lrowweights<-",matrix)
S3method("rowweights<-",linwmatrix)
S3method("rowweights<-",logwmatrix)
S3method("rowweights<-",matrix)
S3method(as.control.list,control.list)
S3method(as.control.list,list)
S3method(as.linwmatrix,linwmatrix)
S3method(as.linwmatrix,logwmatrix)
S3method(as.linwmatrix,matrix)
S3method(as.logwmatrix,linwmatrix)
S3method(as.logwmatrix,logwmatrix)
S3method(as.logwmatrix,matrix)
S3method(as.term_list,default)
S3method(as.term_list,term_list)
S3method(c,term_list)
S3method(compress_rows,data.frame)
S3method(compress_rows,linwmatrix)
S3method(compress_rows,logwmatrix)
S3method(decompress_rows,compressed_rows_df)
S3method(decompress_rows,wmatrix)
S3method(diff,control.list)
S3method(lrowweights,linwmatrix)
S3method(lrowweights,logwmatrix)
S3method(order,data.frame)
S3method(order,default)
S3method(order,matrix)
S3method(print,control.list)
S3method(print,diff.control.list)
S3method(print,linwmatrix)
S3method(print,logwmatrix)
S3method(print,term_list)
S3method(print,wmatrix)
S3method(rowweights,linwmatrix)
S3method(rowweights,logwmatrix)
S3method(sort,data.frame)
S3method(split,array)
S3method(split,matrix)
S3method(trim_env,default)
S3method(trim_env,environment)
S3method(update,Welford)
export("EVL<-")
export("NVL<-")
export("lrowweights<-")
export("rowweights<-")
export("ult<-")
export(.Deprecate_method)
export(.Deprecate_once)
export(COLLATE_ALL_MY_CONTROLS_EXPR)
export(ERRVL)
export(EVL)
export(EVL2)
export(EVL3)
export(NVL)
export(NVL2)
export(NVL3)
export(UPDATE_MY_SCTRL_EXPR)
export(Welford)
export(all_identical)
export(append.rhs.formula)
export(append_rhs.formula)
export(as.control.list)
export(as.linwmatrix)
export(as.logwmatrix)
export(as.term_list)
export(attr)
export(base_env)
export(check.control.class)
export(colMeans.mcmc.list)
export(collate_controls)
export(compress_rows)
export(control.remap)
export(deInf)
export(decompress_rows)
export(default_options)
export(despace)
export(empty_env)
export(eval_lhs.formula)
export(filter_rhs.formula)
export(fixed.pval)
export(forkTimeout)
export(ginv_eigen)
export(handle.controls)
export(is.SPD)
export(is.linwmatrix)
export(is.logwmatrix)
export(is.wmatrix)
export(lapply.mcmc.list)
export(linwmatrix)
export(list_rhs.formula)
export(list_summands.call)
export(locate_function)
export(locate_prefixed_function)
export(log1mexp)
export(log_mean_exp)
export(log_sum_exp)
export(logwmatrix)
export(lrowweights)
export(lweighted.cov)
export(lweighted.mean)
export(lweighted.var)
export(message_print)
export(modify_in_place)
export(nonsimp.update.formula)
export(nonsimp_update.formula)
export(once)
export(opttest)
export(order)
export(paste.and)
export(persistEval)
export(persistEvalQ)
export(rowweights)
export(sandwich_solve)
export(sandwich_ssolve)
export(set.control.class)
export(sginv)
export(simplify_simple)
export(snctrl)
export(snctrl_names)
export(snearPD)
export(srcond)
export(ssolve)
export(statnet.cite.foot)
export(statnet.cite.head)
export(statnet.cite.pkg)
export(statnetStartupMessage)
export(sweep.mcmc.list)
export(sweep_cols.matrix)
export(term.list.formula)
export(term_list)
export(trim_env)
export(ult)
export(unused_dots_warning)
export(unwhich)
export(update_snctrl)
export(var.mcmc.list)
export(vector.namesmatch)
export(xAxT)
export(xTAx)
export(xTAx_eigen)
export(xTAx_qrsolve)
export(xTAx_qrssolve)
export(xTAx_seigen)
export(xTAx_solve)
export(xTAx_ssolve)
importFrom(coda,as.mcmc)
importFrom(coda,as.mcmc.list)
importFrom(methods,is)
importFrom(stats,as.formula)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,getAnywhere)
importFrom(utils,modifyList)
useDynLib(statnet.common)
|