Displaying 13 results from an estimated 13 matches for "bmd".
Did you mean:
amd
2006 Jan 29
1
line numbers
...e because it displays line numbers next to each new variable, it is difficult to remove the R variable name from the output, and I cannot print test without it using quotation marks. The only way I have found around most of these issues is to create a data.frame such as:
data.frame("Minimum BMD"=c(minimumBMD,minimumBMD.time,paste(100*(1-Climit.level),"%"),
minimumBMD.ConfidenceLimit,
if(CI.2sided)paste(minimumBMD.ConfidenceLimit.upper),paste(100*alpha.BMR,"%")),
row.names=c("Minimum BMD",time.name,"Confidence Level","BMDL (Lower Conf. L...
2005 Nov 10
2
IF/Else
Hi,
I am trying to write a for loop with if else statements to calculate
biomass density estimates for different types of sampling gear.
My code is:
bmd=for (i in 1:length(Gear)){
if (Gear==20) {bioden=Biomass/141}
else {if (Gear==23) {bioden=Biomass/68}}
else {if (Gear==160) {bioden=Biomass/4120}}
else {if (Gear==170) {bioden=Biomass/2210}}
else {if (Gear==300) {bioden=Biomass/(DIST_TOW*4*1853)}}
else {if (Gear==301) {bioden=Biomass/(DIST_TOW*4*18...
2009 Jul 20
2
HELP: BRUGS/WinBUGS/RBUGS Response is a combination of random variables
...")
model is syntactically correct
> modelData(paste("BUGS_data.txt",sep=""))
data loaded
> modelCompile(numChains=1)
multiple definitions of node bm[1]
===================================
model
{
for(iter in 1:numSubj){
bmd[iter] ~ dnorm(u[trt[iter]+1],sdbmd.precision);
###############
bm[iter] <- inprod(biomarker[iter,1:4], bta[1:4])
bm[iter] ~ dnorm(bmu[iter], sdbm.precision);
###############
bmu[iter] <- (1-delta[trt[iter]...
2011 Dec 16
2
here's the thing that tips the scale
ok, i waited for 2 weeks, and still no votes -- none! --
on whether my posts are sufficiently on-topic, or not...
and that basically confirms what i suspected all along,
which is that no one really cares one way or the other.
even the guys who put up the bitchy posts are probably
just having a bad day, and they don't have a dog to kick,
and the wife made 'em stop smoking herb, so they
2017 Jul 10
3
Samba ADS-member-server: FQDNs in /etc/hosts
...172(auth3_generate_session_info_pac)
Failed to map kerberos pac to server info (NT_STATUS_UNSUCCESSFUL)
Yes, I have FQDNs in /etc/hosts and I *really* hesitate to edit these
right now when so far most of things work.
I paste my /etc/hosts and ask for hints.
pre01svdeb01 = member server
pre01svbmd01 = a windows server (member)
pre01svdeb02 = samba ADS DC, not even listed here (192.168.16.205)
->
127.0.0.1 localhost
127.0.1.1 pre01svdeb01.my.tld pre01svdeb01
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.16.111 ipfire.my...
2012 Apr 02
7
Calculating NOEL using R and logistic regression - Toxicology
Hello, I used the glm function in R to fit a dose-response relationship and
then have been using dose.p to calculate the LC50, however I would like to
calculate the NOEL (no observed effect level), ie the lowest dose above
which responses start occurring. Does anyone know how to do this?
[[alternative HTML version deleted]]
2001 Oct 03
1
Prozess doesnt start
Hi!
when I start my program, after entering the user an password I get the
error:
DCom-Imit: Error in CoInitialize
Error: 0
Pgm-Step: 3
Error: Der BMDGUI-Server (BMDGUISV.EXE) kann nicht gestartet werden!
(in english: The BMDGUI-Server (BMDGUISV.EXE) cannot be startet)
On the console I get this messages (before the debugger starts):
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a26230:
spincount=1000 not supported
fixme:win32:SetCriti...
2017 Jul 10
0
Samba ADS-member-server: FQDNs in /etc/hosts
...to map kerberos pac to server info (NT_STATUS_UNSUCCESSFUL)
>
>
> Yes, I have FQDNs in /etc/hosts and I *really* hesitate to edit these
> right now when so far most of things work.
>
> I paste my /etc/hosts and ask for hints.
>
> pre01svdeb01 = member server
> pre01svbmd01 = a windows server (member)
> pre01svdeb02 = samba ADS DC, not even listed here (192.168.16.205)
>
> ->
>
> 127.0.0.1 localhost
> 127.0.1.1 pre01svdeb01.my.tld pre01svdeb01
>
> ::1 localhost ip6-localhost ip6-loopback
> ff02::1 ip6-allnodes
>...
2006 Aug 03
1
Network lockups with win98 and samba 3
...This is also after updating them all. Disabling oplocks
seems to have helped, but there are still problems, mostly like the examples
following.
Any comments and suggestions much appreciated.
Gary
[log excerpts]========
[2006/08/03 22:54:25, 2] smbd/open.c:open_file(351)
nobody opened file BMDATA/CONNECT.BMD read=Yes write=Yes (numopen=1)
[2006/08/03 22:54:26, 2] smbd/close.c:close_normal_file(344)
nobody closed file BMDATA/CONNECT.BMD (numopen=0)
[2006/08/03 22:54:26, 2] lib/access.c:check_access(324)
Allowed connection from (10.0.1.6)
[2006/08/03 22:54:26, 2] auth/auth.c:check_ntl...
2001 Apr 07
1
openGL problem ?
I started SolidWorks (3D CAD program) with wine.
As soon as I go from 2D sketch to 3D solid the
screen is becoming black. One can see some
lines as it is rotated. The same is for wireframe
and rendered solids. 2D works very good. What
can be the reason ? (SW is openGL based)
Any help is welcome
Marek Morzynski
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
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
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
*