-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.13 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("$",Mat)
S3method("[[",Mat)
export(Mat)
export(calculate_r2)
export(column_p_values)
export(combine_matrices)
export(combine_rows)
export(combine_vectors)
export(compute_r2)
export(convert_file)
export(crossprod)
export(dedup)
export(df_combine)
export(df_sort_asc)
export(df_split)
export(disable_predicted)
export(dont_ignore_core_parallel_errors)
export(enable_predicted)
export(extend_matrices)
export(ignore_core_parallel_errors)
export(internal_lmutils_fd_into_file)
export(internal_lmutils_file_into_fd)
export(linear_regression)
export(load)
export(load_matrix)
export(logistic_regression)
export(map_from_pairs)
export(match_rows)
export(match_rows_dir)
export(mean)
export(median)
export(mul)
export(new_column_from_map)
export(new_column_from_map_pairs)
export(new_column_from_regex)
export(remove_rows)
export(save)
export(save_dir)
export(save_matrix)
export(sd)
export(set_core_parallelism)
export(set_log_level)
export(set_num_main_threads)
export(set_num_worker_threads)
export(standardize)
export(to_matrix)
export(to_matrix_dir)
export(var)
useDynLib(lmutils, .registration = TRUE)