Skip to content

Commit

Permalink
2024-10-02-0044
Browse files Browse the repository at this point in the history
  • Loading branch information
myaseen208 committed Oct 2, 2024
1 parent 9d03c77 commit c817e1f
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 62 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.0
Date: 2024-09-30 21:17:48 UTC
SHA: e4777fa71e7aa9b7b60c9ee7c768965c74740890
Date: 2024-10-01 16:09:25 UTC
SHA: 9d03c77f94f13feff42ca5b18518a69f5f2b8217
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Imports:
car,
dplyr,
emmeans,
ggplot2,
ggplot2,
lattice,
lmerTest,
magrittr,
MASS,
Expand All @@ -32,7 +33,7 @@ Imports:
splines,
stats,
survey
License: GPL-2
License: GPL-3
LazyData: true
RoxygenNote: 7.3.2
Encoding: UTF-8
Expand Down
12 changes: 6 additions & 6 deletions R/Exam8.3.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,24 @@
#' Plot1 <-
#' wireframe(Yhat ~ b*a, data = subset(Newdata,c==-1),
#' xlab = "b", ylab = "a",
#' main = "Predicte response surface at C=-1", colorkey = F,
#' drape = TRUE, scales = list(arrows = F),xlim=c(max(b),(min(b))),
#' main = "Predicte response surface at C=-1", colorkey = FALSE,
#' drape = TRUE, scales = list(arrows = FALSE),xlim=c(max(b),(min(b))),
#' screen = list(z = -50, x =-70)
#' )
#'
#' Plot2 <-
#' wireframe(Yhat ~ b*a, data = subset(Newdata,c==0),
#' xlab = "b", ylab = "a",
#' main = "Predicte response surface at C=0", colorkey = F ,
#' drape = TRUE, scales = list(arrows = F),xlim=c(max(b),(min(b))),
#' main = "Predicte response surface at C=0", colorkey = FALSE ,
#' drape = TRUE, scales = list(arrows = FALSE),xlim=c(max(b),(min(b))),
#' screen = list(z = -50, x =-70)
#' )
#'
#' Plot3 <-
#' wireframe(Yhat ~ b*a, data = subset(Newdata,c==1),
#' xlab = "b", ylab = "a",
#' main = "Predicte response surface at C=1", colorkey = F ,
#' drape = TRUE, scales = list(arrows = F),xlim=c(max(b),(min(b))),
#' main = "Predicte response surface at C=1", colorkey = FALSE,
#' drape = TRUE, scales = list(arrows = FALSE),xlim=c(max(b),(min(b))),
#' screen = list(z = -50, x =-70)
#' )
#'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: '3.2'
pkgdown: 2.1.1.9000
pkgdown_sha: 0a18bc718640aee7160a0ebbcdef5ecaae2ac4a4
articles: {}
last_built: 2024-10-01T01:35Z
last_built: 2024-10-02T04:42Z
urls:
reference: https://myaseen208.com/StroupGLMM/reference
article: https://myaseen208.com/StroupGLMM/articles
1 change: 0 additions & 1 deletion docs/reference/DataSet8.3.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/Exam3.2.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c817e1f

Please sign in to comment.