The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
lav_syn <- genLavSyn(dat = grm_dt, nfac = 1)
#>
#> F1 =~ NA*y1+l1*y1+l2*y2+l3*y3+l4*y4+l5*y5+l6*y6+l7*y7+l8*y8+l9*y9+l10*y10
#>
#>
#> F1~~ 1*F1
#> F1~ 0*1
#> y1 | t11*t1;
#> y2 | t21*t1;
#> y3 | t31*t1;
#> y4 | t41*t1;
#> y5 | t51*t1;
#> y6 | t61*t1;
#> y7 | t71*t1;
#> y8 | t81*t1;
#> y9 | t91*t1;
#> y10 | t101*t1;
#> y1 | t12*t2;
#> y2 | t22*t2;
#> y3 | t32*t2;
#> y4 | t42*t2;
#> y5 | t52*t2;
#> y6 | t62*t2;
#> y7 | t72*t2;
#> y8 | t82*t2;
#> y9 | t92*t2;
#> y10 | t102*t2;
extract_est(grm.fit)
#> lhs op rhs label est se z pvalue
#> 1 F1 =~ y1 l1 0.472 0.053 8.913 0.000
#> 2 F1 =~ y2 l2 0.422 0.054 7.796 0.000
#> 3 F1 =~ y3 l3 0.734 0.041 17.946 0.000
#> 4 F1 =~ y4 l4 0.562 0.049 11.476 0.000
#> 5 F1 =~ y5 l5 0.392 0.057 6.913 0.000
#> 6 F1 =~ y6 l6 0.562 0.048 11.668 0.000
#> 7 F1 =~ y7 l7 0.597 0.047 12.817 0.000
#> 8 F1 =~ y8 l8 0.497 0.053 9.339 0.000
#> 9 F1 =~ y9 l9 0.624 0.048 13.126 0.000
#> 10 F1 =~ y10 l10 0.623 0.046 13.639 0.000
#> 11 y1 | t1 t11 -0.085 0.056 -1.519 0.129
#> 12 y2 | t1 t21 -0.233 0.057 -4.107 0.000
#> 13 y3 | t1 t31 -0.176 0.056 -3.126 0.002
#> 14 y4 | t1 t41 -0.176 0.056 -3.126 0.002
#> 15 y5 | t1 t51 -0.025 0.056 -0.447 0.655
#> 16 y6 | t1 t61 -0.202 0.057 -3.572 0.000
#> 17 y7 | t1 t71 -0.243 0.057 -4.285 0.000
#> 18 y8 | t1 t81 -0.136 0.056 -2.412 0.016
#> 19 y9 | t1 t91 -0.070 0.056 -1.251 0.211
#> 20 y10 | t1 t101 -0.197 0.057 -3.483 0.000
#> 21 y1 | t2 t12 0.176 0.056 3.126 0.002
#> 22 y2 | t2 t22 0.166 0.056 2.947 0.003
#> 23 y3 | t2 t32 0.166 0.056 2.947 0.003
#> 24 y4 | t2 t42 0.212 0.057 3.750 0.000
#> 25 y5 | t2 t52 0.166 0.056 2.947 0.003
#> 26 y6 | t2 t62 0.233 0.057 4.107 0.000
#> 27 y7 | t2 t72 0.166 0.056 2.947 0.003
#> 28 y8 | t2 t82 0.005 0.056 0.089 0.929
#> 29 y9 | t2 t92 0.187 0.056 3.304 0.001
#> 30 y10 | t2 t102 0.020 0.056 0.357 0.721
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.