Skip to content

Instantly share code, notes, and snippets.

View tbates's full-sized avatar
🙈

Tim Bates tbates

🙈
View GitHub Profile
create.vechsR <- function (A0, S0, F0 = NULL, Ax = NULL, Sx = NULL) {
if (is.matrix(A0)) {
A0 = as.mxMatrix(A0, name = "A0")
}else{
A0@name = "A0"
} if (is.matrix(S0)) {
S0 = as.mxMatrix(S0, name = "S0")
}else{
S0@name = "S0"
}
@tbates
tbates / HowToTeachOnline.md
Last active October 17, 2020 23:44
Resources and guides for online teaching