Skip to content

Commit

Permalink
cleanup up restart; compiled for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed May 16, 2024
1 parent a1b1ea4 commit 1196140
Show file tree
Hide file tree
Showing 62 changed files with 466 additions and 116,250 deletions.
34 changes: 2 additions & 32 deletions dev/compile_restart_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,5 @@ HS.model <- " visual =~ x1 + x2 + myLabel * x3
speed =~ x7 + x8 + x9"

fit <- cfa(HS.model, data = HolzingerSwineford1939)

data <- read.csv("~/Downloads/bfi (3).csv")
model <-'
# measurement model
f2 =~ A1 + A2 + A3 + A4 + A5
'


result <- lavaan(model, data, meanstructure = "default",
int.ov.free = TRUE, int.lv.free = FALSE,
estimator = "default", se = "default",
missing = "listwise", auto.fix.first = TRUE,
auto.fix.single = TRUE, auto.var = TRUE,
auto.cov.lv.x = TRUE, auto.cov.y = TRUE,
fixed.x = TRUE)
start_gui(result)
#plot_interactive(result)


# model <-'
# # measurement model
# f1 =~ x1 + x2 + x3 + x4 + x5
# '
#
# result <- lavaan(model, meanstructure = "default",
# int.ov.free = TRUE, int.lv.free = FALSE,
# estimator = "default", se = "default", auto.fix.first = TRUE,
# auto.fix.single = TRUE, auto.var = TRUE,
# auto.cov.lv.x = TRUE, auto.cov.y = TRUE,
# fixed.x = FALSE, ordered = c("x1"))
# plot_interactive(result, where = "browser")
# # start_gui(result)
start_gui(fit)
# plot_interactive(fit)
1 change: 1 addition & 0 deletions inst/www/assets/@babel-75df473a.js

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

6 changes: 6 additions & 0 deletions inst/www/assets/@jaames-324f80d4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/canvg-9877eea0.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions inst/www/assets/core-js-bbf708ea.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/cose-base-3e61f9ec.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/cssesc-5de85916.js

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

15 changes: 15 additions & 0 deletions inst/www/assets/cytoscape-86e840ae.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/cytoscape-automove-085c6bfa.js

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

1 change: 1 addition & 0 deletions inst/www/assets/cytoscape-cola-af60e250.js

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

1 change: 1 addition & 0 deletions inst/www/assets/cytoscape-context-menus-1313501e.css

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

4 changes: 4 additions & 0 deletions inst/www/assets/cytoscape-context-menus-cfc05c35.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1196140

Please sign in to comment.