Displaying 8 results from an estimated 8 matches for "tvv".
Did you mean:
tv
2008 Nov 26
1
Request for Assistance in R with NonMem
...ATION 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=TVKA*EXP(ETA(3))
S2=V
$ERROR
EMAX=THETA(4)*EXP(ETA(4))
EC50=THETA(5)*EXP(ETA(5))
N = THETA(6)*EXP(ETA(6))
EFF= (EMAX*F**N)/(EC50**N+F**N) + ERR(2)
CONC= F + F*ERR(1)
Y = CONC*(2-FLAG) + EFF*(FLAG-1)
IPRED=Y
" LAST
" COM(1)=G(1,1)...
2005 Jan 22
3
Specifying No Recursion Explicitly
I am a Newbie Nitwit.
Here's the problem session:
rsync -tvv rsync.dsbl.org::dsbl/rbldns-fresh-list.dsbl.org
opening tcp connection to rsync.dsbl.org port 873
rsync: The server is configured to refuse --recursive (-r)
rsync error: requested action not supported (code 4) at
clientserver.c(473)
rsync: connection unexpect...
2005 Jun 07
2
Problems with Junghanns QuadBri
Hi all,
i'm trying to install Asterisk with Junghanns QuadBri ISDN card: I have
followed all the instructions, and when I run "|ztcfg -tvv" I get
|
| Zaptel Configuration
======================|
SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1)
Channel map:
Channel 01: Individual Clear channel (Default) (Slaves: 01)
Channel 02: Individual Clear channel (Default) (Slaves: 02)
Channel 03: D-channel (Default) (Slaves: 03)
3 cha...
2013 Apr 05
0
Problems with Puppet installer on Ubuntu 12.04 LTS
...-------------------------------------------
STEP 3: INSTALL PACKAGES
## Installing packages from repositories...
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover'' program to attempt to recover
data from undamaged sections of corrupted files.
W: Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources
404 Not Found
W: Failed to fetch
gzip...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...?
z_VC~m$%jW4{zp6PCqWFTOR*>G{!$3rM)YRszXBkWOO=Xyg_%RpEl(*4eJb8qR<k){
z)<a<;WUSWa^PNGFo3tse?v$lXms6Gm1u{V1R;+jNK|%ieGpzO<?s?YJ8>{JuT>;D>
z2Us=chB`=QnPlZ>IuuOos)=jtjGpW6s|caGpYSS- at 50lbGQnF*)Rsosrtvrmcr?VG
zd}ukx|LAnpjd=y%55^ukCYrow8=yJY0ZA?Eg3Y5+Owaie+}<GB!Zh;_7Wz>`TVV!<
z4M)Z$CHa)Z2r%<;LD=aI)T{8{RLt!Xh_}YC`07NFU%d;kg;J6Yz&P4fUz=?6!byzx
z1C2We5Q`_c0Am6m3Dhc*q!;R-IETK>)*1a$Wkyj30CCPP<y&8j{fN6mv<}@yA^}6u
zgNcO;&dX0ymaneXCTym7{ODVbf~Ic$m^hX9F_N9%$+7=b{&fLX-zImktElD5a>(oT
z`XDV(#G%tSFjK;b?M$QAmUGO}@G;Qv*_D1PJUuhXdMe2r5|gn`!E2m~j^`iTC...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*