Displaying 20 results from an estimated 2000 matches similar to: "Samba 'stops' access to a file"
2010 Sep 27
2
max length of a factor variable
Hi
Is there a maximum length for the character string representing a level
of a factor? I have a set of several million variables, each a factor
of length 19. Each factor level is a character string which in some
cases can be many thousands of characters long. I am trying to find out
why my analysis fails - I just wanted to rule out the possibility that
the internal factor conversion has a
2005 Apr 26
1
survreg with numerical covariates
Does anyone know if the survreg function in the survival package can fit
numerical covariates ?
When I fit a survival model of the form
survreg( Surv(time,censored) ~ x )
then x is always treated as a factor even if it is numeric (and even if
I try to force it to be numeric using as.numeric(x). Thus, in the
particular example I am analysing, a simple numerical covariate becomes
a factor
2004 Sep 20
5
persiting complex R objects
Is there a method to save a large and complex R object (either as a
binary or text file) so that it can be loaded and reused at a later
time? Specifically, I am creating large lists (several thousand
elements), each element of which is either a vector or a matrix (with ~
2000 rows). The dimensions of the matrices are not all the same. My
ideal would be a set of functions of the form
obj
2005 Dec 08
0
qr with missing dependent variables
Dear R-help
We have a regression problem which could be solved elegantly if we could
figure out how to get the R residuals() function to accept missing
dependent variables.
We have ~20000 gene-expression vectors y, each being measured on the
same set of individuals, but each having a small random number of
missing values.
For each expression vector we wish to search across the genome
2013 Sep 11
1
Position available University of Oxford
*The Jenner Institute is seeking to appoint an outstanding
Bioinformatician to run a Transcriptomics Core Facility at the Jenner
Institute and to identify, develop and integrate bioinformatics
resources into the research programmes of the institute. You will be
based at the Jenner Institute in the Old Road Campus Research Building,
Headington, Oxford and working in conjunction with Gilean
2013 Sep 11
0
Bioinformatics Position University of Oxford
*The Jenner Institute is seeking to appoint an outstanding
Bioinformatician to run a Transcriptomics Core Facility at the Jenner
Institute and to identify, develop and integrate bioinformatics
resources into the research programmes of the institute. You will be
based at the Jenner Institute in the Old Road Campus Research Building,
Headington, Oxford and working in conjunction with Gilean
2005 Jun 14
5
load ing and saving R objects
Does anyone know a way to do the following:
Save a large number of R objects to a file (like load() does) but then
read back only a small named subset of them . As far as I can see,
load() reads back everything.
The context is:
I have an application which will generate a large number of large
matrices (approx 15000 matrices each of dimension 2000*30). I can
generate these matrices using an
2001 Apr 24
1
New Package Released: PTAk
PTAk_1.1-1 ( Principal Tensor Analysis on k modes) has been released on
CRAN
A multiway method to decompose a tensor (array) of any
order,
as a generalisation of SVD also supporting non-identity
metrics and penalisations.
2-way SVD with these extensions is also available. The
package includes also some other multiway
methods: PCAn (Tucker-n) and
2001 Apr 24
1
New Package Released: PTAk
PTAk_1.1-1 ( Principal Tensor Analysis on k modes) has been released on
CRAN
A multiway method to decompose a tensor (array) of any
order,
as a generalisation of SVD also supporting non-identity
metrics and penalisations.
2-way SVD with these extensions is also available. The
package includes also some other multiway
methods: PCAn (Tucker-n) and
2000 Jul 05
1
function SAS dataset to R matrix (dataframe)
Is there such a function (like sas.get for S ...)
to be able to convert a SAS dataset (PC one .sd2)
to a dataframe or matrix in R?
thanks
--
Didier G. Leibovici didier at fmrib.ox.ac.uk +44 (0)1865 222 739
Image Analysis Group fax:+44 (0)1865 222 717
Oxford University, Centre For Functional Magnetic Resonance Imaging of
the Brain (FMRIB), John Radcliffe Hospital,
2014 Apr 04
0
Postdoctoral position Oxford NGS Bioinformatics
Postdoctoral Research Scientist : NGS Bioinformatics
Postdoctoral Bioinformatics Research Scientist
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking an enthusiastic and motivated
postdoctoral Bioinformatics researcher with experience in NGS to work in
research and development projects in the Applied
2014 Apr 04
0
Senior Bioinformatics/Software Engineering Position Oxford
Senior Bioinformatics/Software Engineering Research Scientist :
Oxford, United Kingdom
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking a Senior Bioinformatics/Software
Engineering Researcher with experience in NGS to work in research and
development projects in the Applied Computational Genomics Group.
The
2014 May 16
0
Senior Bioinformatics/Software Engineering Position Oxford
*Software Engineer*
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking a Software Engineer to work in
development projects in the Applied Computational Genomics Group.
The Medical Sciences Division is an internationally recognised centre of
excellence for biomedical and clinical research and teaching. The
2014 May 16
0
Software Engineering Position Oxford
*Software Engineer*
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking a Software Engineer to work in
development projects in the Applied Computational Genomics Group.
The Medical Sciences Division is an internationally recognised centre of
excellence for biomedical and clinical research and teaching. The
2012 May 16
1
Hmisc improveProb() and PredictABEL reclassification () function and continuous NRI
Dear Sirs.
I am working with the R packages Hmisc and PredictABEL to make NRI estimates from my Cox models with and without a specific biomarker.
According to Pencina et al (Statistics in Medicine 2010, DOI: 0.1002/sim.4085 ), a continuous/non-categorical NRI (NRI>0) is to be used when there are no obvious reason to categorize risk, such as the risk of future cardiovascular events in patients
2017 Oct 15
1
Populate one data frame with values from another dataframe for rows that match
Dear @William<mailto:wdunlap at tibco.com>, thanks for the feedback. I have tested it on the larger dataset and noticed that it created two variables, pf_raw and pf_curated.
The output we were looking for, was one that takes the variable pf_mcl in curated dataset and replaces pf_mcl in matching rows within the raw dataset.
@Eric<mailto:ericjberger at gmail.com>?s solution was able to
2007 Feb 09
1
Using variable names in for loops - Generating plots semi-automatically from a series of variables Partly solved
Hi,
This code is trying to produce a series of graphics files, with plots
of male and female disease rates by age, one plot per disease. The
dataframe contains a variable 'Age' and a set of variables called
'Male_CVD, Female_CVD,Male_RTA,Female_RTA, and so on. For each
disease, I want to pull out the column of data containing the word
'Male' and plot this against age, and then
2011 May 10
1
Intermittent <MRxSMB; W50:> "Delayed Write Failed" when writing to Office 2007's "Recent Files" index.dat on a network share
We're in the process of upgrading our WinXP SP3 users to Office 2007 on
a network where %APPDATA% is on a Samba 3.2.5 network share, and our
testing users are getting dialogged approximately once a day with the
message "Delayed Write Failed : Windows was unable to save all the data
for the file
\windows\settings\appdata\Microsoft\Office\Recent\index.dat". That's
both annoying and
2008 May 08
0
Statistical Programmer (Irvine, CA), Edwards Lifesciences
Edwards Lifesciences (NYSE: EW) is a global leader in products and technologies to treat advanced cardiovascular disease, the global leader in acute hemodynamic monitoring and the number-one heart valve company in the world. Headquartered in Irvine, California, Edwards has more than 5,000 employees worldwide, selling medical technologies in more than 100 countries. Edwards Lifesciences leverages
2007 Nov 02
0
Splus/R Programmer- Edwards Lifesciences in Irvine, CA
Statistical Programmer (SAS or Splus/R)
About the Company:
Edwards Lifesciences (NYSE: EW) is a global leader in products and technologies to treat advanced cardiovascular disease, the global leader in acute hemodynamic monitoring and the number-one heart valve company in the world. Headquartered in Irvine, California, Edwards has more than 5,000 employees'' worldwide, selling medical