Skip to content

Commit

Permalink
attempt-3
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Oct 25, 2024
1 parent 366eed4 commit 8f22ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_dsem_ram.R
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ function( sem,
}
#rownames(ram) = NULL
#f = \(x) sapply(mat2triplet(drop0(x)),cbind)
f = \(x) matrix(unlist(drop0(x)),ncol=3)
f = \(x) matrix(unlist(mat2triplet(drop0(x))),ncol=3)
ram = rbind( cbind(1, f(P_kk)),
cbind(2, f(G_kk)) )
ram = data.frame( ram, startvalues[ram[,4]] )
Expand Down

0 comments on commit 8f22ccc

Please sign in to comment.