diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index f3d474d..d7f248c 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -9,7 +9,7 @@ articles:
index-notation: index-notation.html
ipmr-introduction: ipmr-introduction.html
proto-ipms: proto-ipms.html
-last_built: 2022-11-30T01:54Z
+last_built: 2022-12-12T06:34Z
urls:
reference: https://levisc8.github.io/ipmr/reference
article: https://levisc8.github.io/ipmr/articles
diff --git a/docs/reference/as_matrix.html b/docs/reference/as_matrix.html
index 2b933f3..0f70c13 100644
--- a/docs/reference/as_matrix.html
+++ b/docs/reference/as_matrix.html
@@ -85,6 +85,9 @@
Convert to bare matrices
# S3 method for ipmr_matrix
+as.matrix(x, ...)
+
+# S3 method for ipmr_ipm
as.matrix(x, ...)
diff --git a/docs/reference/check_convergence-1.png b/docs/reference/check_convergence-1.png
index 2c4d6fa..a167aa2 100644
Binary files a/docs/reference/check_convergence-1.png and b/docs/reference/check_convergence-1.png differ
diff --git a/docs/reference/index.html b/docs/reference/index.html
index eab1228..189512d 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -158,7 +158,7 @@ as.matrix(<ipmr_matrix>)
as.matrix(<ipmr_ipm>)
Convert to bare matrices |
diff --git a/docs/reference/predict_methods.html b/docs/reference/predict_methods.html
index 8a43d00..ed175e5 100644
--- a/docs/reference/predict_methods.html
+++ b/docs/reference/predict_methods.html
@@ -117,7 +117,7 @@ Details
automatically. Unfortunately, sometimes it'll miss one, and the user will need
to manually protect it from the standard build process. This function
provides a wrapper around that process. Additionally, please file a bug
-report here: https://github.com/levisc8/ipmr/issues describing what type
+report here: https://github.com/padrinoDB/ipmr/issues describing what type
of model you are trying to use so it can be added to later versions of the
package.
Wrap a model object in use_vr_model when building the data_list
|
---|