Skip to content

Instantly share code, notes, and snippets.

View mattfidler's full-sized avatar

Matthew Fidler mattfidler

View GitHub Profile
@mattfidler
mattfidler / tmp.R
Created October 22, 2019 18:42
model piping
## Now try proportional
cmt2fit.prop <- cmt2fit.logn %>%
update(linCmt() ~ prop(prop.sd)) %>%
nlmixr(est="saem", table=tableControl(npde=TRUE, cwres=TRUE))
@mattfidler
mattfidler / config.site
Last active November 30, 2018 05:32 — forked from achubaty/config.site
Building R on Solaris
## Copy this file into config.site ##
CC="cc -xc99"
CPPFLAGS="-I/opt/csw/include"
CFLAGS="-I/opt/csw/include -O -xlibmieee"
LDFLAGS="-L/opt/csw/lib"
F77=f95
FFLAGS=-O
CXX="CC -library=stlport4"
CXXFLAGS=-O
FC=f95