Displaying 20 results from an estimated 49 matches for "hcp".
Did you mean:
cp
2001 Nov 12
1
Filled Contour.
...this front?
many thanks,
Hugh
============S=u=p=p=o=r=t===D=e=b=i=a=n===http://www.debian.org============
Dr. Hugh C. Pumphrey | Tel. 0131-650-6026,Fax:0131-650-5780
Institute for Meteorology | Replace 0131 with +44-131 if outside UK
The University of Edinburgh | Email hcp@met.ed.ac.uk
EDINBURGH EH9 3JZ, Scotland | URL: http://www.met.ed.ac.uk/~hcp
============S=u=p=p=o=r=t==g=9=5==http://g95.sourceforge.net/==============
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hor...
2011 Sep 22
2
comparing mixed binomial model against the same model without random effect
...t;- lme(Richness ~NAP * fExp, data = RIKZ,
random = ~1 | fBeach, method = "REML")
anova(no.random.model,random.model)
But, nlme is valid only for the gaussian family, isn't it? In my case I have a mixed model with binomial family, like this:
random.model <- lme(sex ~hwp+hcp, data = mydata,
random = ~1 | colony, method = "REML")
where "sex" is a binary variable, "hwp" and "hcp" are continuous variable and "colony" is a factor with two levels.
I want to compare this model with another one without the random e...
2020 Sep 15
0
[PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
...insertions(+), 7 deletions(-)
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index 3bdf0deb8f1529..cf1030c9dda17f 100644
--- a/drivers/scsi/sgiwd93.c
+++ b/drivers/scsi/sgiwd93.c
@@ -95,7 +95,7 @@ void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din)
*/
hcp->desc.pbuf = 0;
hcp->desc.cntinfo = HPCDMA_EOX;
- dma_cache_sync(hd->dev, hd->cpu,
+ dma_sync_single_for_device(hd->dev, hd->dma,
(unsigned long)(hcp + 1) - (unsigned long)hd->cpu,
DMA_TO_DEVICE);
}
@@ -234,8 +234,8 @@ static int sgiwd93_probe(struct plat...
2002 Jun 25
1
configure for R 1.5.x on Solaris (fwd)
...ux box!)
Any ideas welcome.
Hugh
============S=u=p=p=o=r=t===D=e=b=i=a=n===http://www.debian.org============
Dr. Hugh C. Pumphrey | Tel. 0131-650-6026,Fax:0131-650-5780
Institute for Meteorology | Replace 0131 with +44-131 if outside UK
The University of Edinburgh | Email hcp@met.ed.ac.uk
EDINBURGH EH9 3JZ, Scotland | URL: http://www.met.ed.ac.uk/~hcp
============S=u=p=p=o=r=t==g=9=5==http://g95.sourceforge.net/==============
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~ho...
2002 Apr 26
4
Memory "leak" in readChar (PR#1483)
Full_Name: Hugh C. Pumphrey
Version: 1.4.1
OS: Linux (Debian Woody)
Submission from: (NULL) (129.215.133.170)
The function readChar() appears to have some type of problem with memory
allocation.
I don't know if "memory leak" is the correct term but if one uses readChar()
many
times, the R binary grows in size until it eats all your memory and swap space.
The code enclosed below
2009 Oct 09
1
[PATCH node] validify ipv4/ipv6 static/dhcp choice else loop
...pts/ovirt-config-networking
index 7d4e363..45f7129 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -160,56 +160,66 @@ function configure_interface
return;;
esac
- read -ep "Enable IPv4 support ([S]tatic IP, [D]HCP, [N]o or [A]bort)? "
- case $REPLY in
- D|d)
- BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/BOOTPROTO dhcp"
- ;;
- S|s)
- printf "\n"
- read -ep "IP Address: &qu...
2016 Jun 14
2
Getting HTTP path-prefix to work with syslinux.efi
...FI 2.0 Revision 4.632 American Megatrends):
Shell> dh -p Net
Handle dump by protocol 'Net'
Dell OptiPlex 9010 A22 (EFI 2.31 Revision 4.653 American Megatrends):
Shell> dh -p Net
Handle dump by protocol 'Net'
326: DevPath (..9,0x0)/MAC(xxxxxxxxxxxx,0x0))Net MNPSb ARPSb DHCPv4Sb
IPv4Sb IPv4Config UDPv4Sb MTFTPv4Sb HiiConfAccess
341: DevPath (..HCP,0.0.0.0,0.0.0.0,0.0.0.0))Load Net Pxebc
349: DevPath (..00:0000:0000:0000:0000:0000))Load Net Pxebc
Dell OptiPlex 9020 A16 (EFI 2.31 Revision 4.653 American Megatrends):
Shell> dh -p Net
Handle dump by protocol...
2011 Dec 01
2
HDF5 compound data types and h5r/hdf5 R packages
...}
}
where dataset is a rank one dataspace having a compound datatype defined as:
H5T_UNIX_TIME, float, float, float, float
I have tried R packages h5r and hdf5 in an attempt to read the file
but examining the source of h5r and reading documentation for hdf5
here: http://xweb.geos.ed.ac.uk/~hcp/Rhdf5.html leads me to believe
that compound datatypes are not supported by these packages. My guess
is that mapping arbitrary type definitions in HDF5 to available types
in R might be somewhat tricky. Incidentally, h5dump has trouble
displaying the data in the dataset but I think this is to do...
2016 Jun 15
0
Getting HTTP path-prefix to work with syslinux.efi
...Shell> dh -p Net
> Handle dump by protocol 'Net'
>
>
>
> Dell OptiPlex 9010 A22 (EFI 2.31 Revision 4.653 American Megatrends):
>
> Shell> dh -p Net
> Handle dump by protocol 'Net'
>
> 326: DevPath (..9,0x0)/MAC(xxxxxxxxxxxx,0x0))Net MNPSb ARPSb DHCPv4Sb
> IPv4Sb IPv4Config UDPv4Sb MTFTPv4Sb HiiConfAccess
>
> 341: DevPath (..HCP,0.0.0.0,0.0.0.0,0.0.0.0))Load Net Pxebc
>
> 349: DevPath (..00:0000:0000:0000:0000:0000))Load Net Pxebc
>
>
>
> Dell OptiPlex 9020 A16 (EFI 2.31 Revision 4.653 American Megatrends):
>
>...
2002 Jun 21
0
configure for R 1.5.x on Solaris
...ux box!)
Any ideas welcome.
Hugh
============S=u=p=p=o=r=t===D=e=b=i=a=n===http://www.debian.org============
Dr. Hugh C. Pumphrey | Tel. 0131-650-6026,Fax:0131-650-5780
Institute for Meteorology | Replace 0131 with +44-131 if outside UK
The University of Edinburgh | Email hcp at met.ed.ac.uk
EDINBURGH EH9 3JZ, Scotland | URL: http://www.met.ed.ac.uk/~hcp
============S=u=p=p=o=r=t==g=9=5==http://g95.sourceforge.net/==============
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~h...
2008 Feb 28
1
Plotting Dendrogram Help Getting Plot to Display Neatly
...ndrogram is now showing the names of my cases in the dataframe on
the x axis
1 OMNICELL INC COM
2 GETTY IMAGES INC COM
3 INTERCONTINENTALEXCHANGE IN COM
4 OPTIONSXPRESS HLDGS INC COM
5 SUPERIOR WELL SVCS INC COM
6 HCP INC COM
7 SENIOR HSG PPTYS TR SH BEN INT
8 NATIONWIDE HEALTH PPTYS INC COM
9 DUKE REALTY CORP COM NEW
10 HEALTH CARE REIT INC COM
11 POWERSHARES QQQ TRUST UNIT SER 1
12 FLEXTRONICS INTL LTD ORD
13 VENTAS INC COM
However w...
2011 Jan 20
2
auc function
Hi, there.
Suppose I already have sensitivities and specificities. What is the quick R-function to calculate AUC for the ROC plot? There seem to be many R functions to calculate AUC.
Thanks.
Yulei
[[alternative HTML version deleted]]
2011 Oct 13
1
binomial GLM quasi separation
Hi all,
I have run a (glm) analysis where the dependent variable is the gender
(family=binomial) and the predictors are percentages.
I get a warning saying "fitted probabilities numerically 0 or 1 occurred"
that is indicating that quasi-separation or separation is occurring.
This makes sense given that one of these predictors have a very influential
effect that is depending on a
2016 Jun 13
2
Getting HTTP path-prefix to work with syslinux.efi
> > Is syslinux.efi supposed to be able to handle HTTP URLs?
>
> If the underlying firmware can. Try just specifying an HTTP URL in the
> config or on the command line instead of the path-prefix option.
Doesn't work. Apparently the Dell UEFI PXE firmware doesn't know HTTP.
Somehow I was under the impression improvements from pxelinux variants
like lpxelinux were
2010 Jul 13
6
create variables with indexes
Hi, there:
Suppose I want create variables with indexes in their names, e.g., X_1_1, X_1_2, X_1_3, ..., X_1_10, X_2_1, X_2_2, X_2_3, .. X_2_10,..., X_10_1, X_10_2, ... X_10_10. It looks like I need to use 2 indexes I and J so I is looped from 1 to 10, and J is looped from 1 to 10. But I don't know how to automatically produce X with these combination of indexes. Should I use paste function?
2005 Oct 01
1
help with loading National Comorbidity Survey
I downloaded data from
http://www.hcp.med.harvard.edu/ncs/
Which provides data in DTA (STATA), XPT (SAS), and POR (SPSS) formats all
of which I have tried to read with the foreign package but I am not able to
load any of them. I have 2 gb of RAM, but R crashes when the memory gets
just over 1 GB. I am using Windows version 2.1....
2006 Feb 13
2
bivariate normal distribution
Hi, there.
Does anyone know the R function for calculating the cdf of bivariate
normal distribution function?
Thanks.
Yulei
[[alternative HTML version deleted]]
2006 Apr 08
1
cross product
Hi, there.
How do I calculate the cross-product in the form of
\sum_{i=1}^{n}X_{i}^{t} \Sigma X_{i} using R code without using do loop?
X_{i} is the covariate matrix for subject I, \Sigma is the covariance
matrix.
Thanks for your help.
Yulei
[[alternative HTML version deleted]]
2008 Mar 06
2
calculate AUC and plot ROC in R
Hi, there:
Could someone tell me a simple function of plot ROC curve and calculate
AUC in R? My setting is very simple, a column of the true binary
response and another column of predicted probabilities.
Thanks!
Yulei
[[alternative HTML version deleted]]
2008 Jun 11
1
specifying ranges in scatter plot
Hi, there:
Does anyone know how to specify the ranges in the axises when I make
scatter plots using pairs()? In the general plot function, I can use
xlim and ylim option. But how can I do this if I use pairs()?
Thanks.
Yulei
[[alternative HTML version deleted]]