Function reference
-
bootstrap_latent_space()
- Latent Space Bootstrap
-
bootstrap_local()
- Local Bootstrap
-
bootstrap_snowboot()
- Snowball Sampling (Labeled Snowball with multiple inclusions)
-
bootstrap_vertex()
- Vertex Bootstrap Sampling for networks
-
jab_network()
- JaB Algorithm for Network Data
-
get_bootstrap_centrality()
- Compute Bootstrap Centrality Statistics from Bootstrap Samples
-
get_centrality()
- Calculate given centrality statistic on a network
-
get_jackknife_after()
- Jackknife-After in JaB Algorithm for Networks
-
jab_lm()
- Jackknife-after-Bootstrap for Linear Regression
-
get_infl()
- Calculate given influence/outlier statistic on a linear model object
-
mallows_distance()
- Mallows Distance Between Two Vectors
-
mallows_distance_trimmed()
- Trimmed Mallows Distance Between Two Vectors
-
mallows_equiv_test()
- Equivalence Test of Two CDFs Using Mallows Distance
-
hamster
- Pester Hamster Network
-
karate
- Zachary's karate club network
-
paul.revere
- Paul Revere Network
-
paul.revere.groups
- Paul Revere Groups Network
-
trump.world
- Trump World Network
-
ASE()
- Adjacency Spectral Embedding
-
detect_type()
- Detect the Type of Objects in a List
-
dist_ASE()
- Euclidean distance of adjacency spectral embeddings
-
dist_max()
- Upper Bound distance
-
dist_max_ij()
- Internal function for Upper Bound distance d_ij
-
get_largest_component()
- Find Largest Component of a Network
-
get_nodes()
- Node Names from a Network Object
-
make_network_type()
- Convert Network Objects to New Type
-
sample_about_one_seed_modified()
- Sample about one seed from
snowboot
package