Displaying 4 results from an estimated 4 matches for "gndr".
Did you mean:
gddr
2008 Nov 26
1
Request for Assistance in R with NonMem
...m.exe
/usr/local/nm6osxg77big/test/nm6osxg77big.pl is complete
No TAD item for run 3033.
Error in as.vector(x, mode) : invalid 'mode' argument
Run 3033 complete.
NONR complete.
CONTROL STREAM (in NONMEM):
$PROB RUN# 3033 EFFECT COMP POPULATION PK-PD MODEL 2
$INPUT C REPL ID ARM TIME AGE BW GNDR DV MDV FLAG AMT EVID
;FLAG 1 = PK, FLAG 2=PD,
;CMT 1=GUT, 2=CENTRAL
;DV =PK ORDERED BY ID, TIME
$DATA ../projectRSD1.csv IGNORE=C
$SUBROUTINE ADVAN2 TRANS2 INFN=../MItoolsRunlogNM6.for
$ABB COMRES=8
$PK
FLA2=FLAG
TVKA=THETA(1)
TVCL=THETA(2)
TVV=THETA(3)
CL=TVCL*EXP(ETA(1))
V=TVV*EXP(ETA(2))
KA=TVK...
2012 Jan 30
1
about "undefined columns selected"
Hi,all,
when I run the below code,there is an error occured. could you please tell
me how to treat it?
> pdf('covariate.pdf')
> par(mfrow=c(1,1))
> pairs(data2[,c("ID","TYPE","AGE","GNDR","HT")],
+ panel=function(x,y) { points(x,y); lines(lowess(x,y))})
Error in `[.data.frame`(data2, , c("ID", "TYPE", "AGE", "GNDR", "HT")) :
undefined columns selected
> dev.off()
RStudioGD
2
Thank you very much!
[[alternative HTM...
2012 Jan 31
1
about colnames
Hi,
when I run the below code,there is an error occured. could you please tell
me how to treat it?
> pdf('covariate.pdf')
> par(mfrow=c(1,1))
> pairs(data2[,c("ID","TYPE","AGE","GNDR","HT")],
+ panel=function(x,y) { points(x,y); lines(lowess(x,y))})
Error in `[.data.frame`(data2, , c("ID", "TYPE", "AGE", "GNDR", "HT")) :
undefined columns selected
> dev.off()
RStudioGD
2
when I try colnames...