Displaying 20 results from an estimated 120 matches similar to: "Maximum likelihood estimation of parameters make no biological sense"
2011 Sep 19
1
"could not find function" after import
I am trying to build a package (GWASTools, submitted to Bioconductor)
that uses the "sandwich" package. I have references to "sandwich" in
DESCRIPTION:
Imports: methods, DBI, RSQLite, sandwich, survival, DNAcopy
and NAMESPACE:
import(sandwich)
In the code itself is a call to vcovHC:
Vhat <- vcovHC(mod, type="HC0")
I have sandwich version 2.2-7 installed.
2006 Jul 08
1
KhmaladzeTest
Hello. I am a beginer in R and I can not implement the KhmaladzeTest in the following command. Please help me!!!!!!!!!!!
PD: I attach thw results and the messages of the R program
R : Copyright 2006, The R Foundation for Statistical Computing
Version 2.3.1 (2006-06-01)
ISBN 3-900051-07-0
R es un software libre y viene sin GARANTIA ALGUNA.
Usted puede redistribuirlo bajo ciertas
2004 Jan 27
2
WinFS and Samba interoperability
Hi There,
Do any of the latest versions of Samba
interoperate with WinFS found in Microsoft future OS
called Longhorn ?
Thanks
Chris Kordish
Staff Engineer - Sun Microsystems
Competitive Strategy Group - CTO Office
781-442-2784
NOTICE: This email message is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any unauthorized
review, use,
2011 Aug 19
1
Windows 7 issues with installing packages and setting library paths
Dear all,
I am forced to work in an environment without administrator rights.
When using R2.13.1 on Windows 7 (64-Bit), I found that I can?t install or update any packages due to missing writing permissions.
I managed to get full access to a directory on my C:\ drive now - but how do I specify that all libraries shall be installed into this directory?
In Rcmd_environ I have the following
2018 May 25
1
Share periodical not accessible
Thank you for your response! Here comes the smb.conf…
André
— smb.conf —
# Global parameters
[global]
workgroup = LOPRODUCTS
realm = LOPRODUCTS.LOCAL
server role = member server
security = ads
server string = %h server (Samba, Ubuntu)
netbios name = fireball
disable netbios = yes
wins support = no
domain master = no
local master = no
preferred master = no
os level = 0
dns forwarder
2009 Apr 03
1
Curve fitting,FDA for biological data
Dear all,
Another newbie just got attracted to this mailing list.
I am a biologist currently working my way through R, had sort play around with python earlier this year.
I have some data exhibiting periodicity ** my data consists of peaks and valleys, with peaks arising due to the presence of a repetitive structural unit,** with x being a reference grid (position along a chromosome) and y
2010 Oct 15
0
tessellation from biological data in spatstat
Hi,
I'm new to this mailing list so apologies if this is too basic. I have
confocal images 512x512 from which I have extracted x,y positions of the
coordiates of labelled cells exported from ImageJ as a.csv file. I also
have images that define an underlying pattern in the tissue defined as
areas of different pixel values 0 or 255 (also 512x512) I've exported
these images as .txt
2017 Jun 09
2
Dendogram from RNAseq read count to show correlation between biological replicate using R
Dear all,
I need to make dendogram from read count in a csv file across 34 samples
including biological replicate.
Please share R code or package to do this.
Do I also need to normalized read count before using read data?
Thanks
[[alternative HTML version deleted]]
2013 Oct 24
0
Faculty Position in Biometry / Biological Statistics at Illinois
Assistant/Associate Professor of Biometry
Department of Crop Sciences
College of Agricultural, Consumer and Environmental Sciences
University of Illinois at Urbana ? Champaign
The Department of Crop Sciences is seeking candidates for an Assistant/Associate Professor of Statistics.
The successful candidate will develop a vigorous, externally funded, and nationally recognized research program with
2008 Oct 30
1
Is possible, on biological grounds, suggest to fitdistr (MASS library) that the estimated parameters must be between two values?
Sorry if it is a silly question, I haven't found documentation on this and I
don't know if it is possible.
library(MASS) ## for fitdistr
library(msm) ## for dtnorm
#prepare truncated normal distribution
dtnorm0 <- function(x, mean, sd , log = FALSE) {
dtnorm(x, mean, sd, 105, 135, log)
}
set.seed(1)
#Generate normal distribution with the TRUE population mean (day 106 of the
2000 Jun 24
1
Summary: # of users of R, and biological examples of the use of R: addendum
I apologize for accidentally omitting some of the answers I got; here they are:
**************
I use R regularly in my research in the pharmaceutical industry. I have
used it for projects ranging from sample size and power curve estimation,
analysis of laboratory data with mixed effects models, to analysis of mass
spectrometry data. I have helped biologists here install and use it in
limited
2000 Jun 20
2
# of users of R, and biological examples of the use of R
Dear All,
With a colleague we are writing a paper where we show how R is a very nice
tool to deal with some issues in the analyses of data in evolutionary biology.
For the intro, I wonder if
1) Anybody has any rough idea of how many people might be using R or how many
people have downloaded R, or similar (I am aware answering this question might
require divinatory powers...).
2) Have/are any
2009 Sep 05
3
Selecting biological data
Hello all,
I am new to R but have some experience with MATLAB and am trying to make the switch. I generally find the two languages easy to adapt but there are a few routine tasks which I would like to run smoother in R and I am having trouble finding a help resource. Could someone suggest a guide to filtering, selecting, sorting, and processing biological matrix data? Here is a rudimentary
2012 Jul 03
0
need help EM algorithm to find MLE of coeff in mixed effects model
Dear All,
have a general question about coefficients estimation of the mixed model.
I simulated a very basic model: Y|b=X*\beta+Z*b +\sigma^2* diag(ni);
b follows
N(0,\psi) #i.e. bivariate normal
where b is the latent variable, Z and X are ni*2 design matrices, sigma is
the error variance,
Y are longitudinal data, i.e. there are ni
2008 Nov 20
2
[Obo-relations] Discussion summary on "original" biological parts
mejino at u.washington.edu wrote:
>
>
>>> A canonical human body will have canonical parts and those canonical
>>> parts will
>>> have canonical subparts and so on.
>>
>> ... and?
>>
>>> Can't think of anyone who would fit that
>>> description.
>>
>> is this considered an argument for that there cannot possibly an
2005 Dec 21
0
migrating users over to Samba PDC...slowly
We have a Windows 2000 PDC (domain name: DOM1) and a Windows 2000 CIFS
fileserver (\\winfs) that we are migrating over to Samba (domain name:
DOM2).
Without turning off anything on the Windows boxes, I created a new PDC
for the Samba server. I also created shares on this Samba server that
closely match (same share name mounted off same NetApp backend) the
Windows fileserver (e.g. \\winfs\share is
2006 Jun 11
4
[Question} how best to use attribute driven db with Rails
I designed out a mostly attribute driven database. Originally i was
going to use PHP, but have now decided to use RoR. Being able to use the
built in OR functionality would be nice, but I am not sure how well it
melds with attribute dbs.
If anyone can give me some pointers, I would really appreciate it
(especially since this is my first endeavor and on an important project
as well).
2012 Jul 03
2
EM algorithm to find MLE of coeff in mixed effects model
I have a general question about coefficients estimation of the mixed model.
I simulated a very basic model: Y|b=X*\beta+Z*b +\sigma^2* diag(ni);
b follows
N(0,\psi) #i.e. bivariate normal
where b is the latent variable, Z and X are ni*2 design matrices, sigma is
the error variance,
Y are longitudinal data, i.e. there are ni
2005 Sep 13
11
if() command
Hi everyone !
Could you please help me with this problem ?
I??ve trying to write a code that assign to a variable the content from
another, but all I??ve got is a message error. For example:
if (age <=10) {group == 1}
else if (age > 10 & age <= 20) {group == 2}
else {group == 3}
Syntax error
Or
if (age <=10) {group == 1}
else (age > 10 & age <= 20) {group == 2}
2002 Feb 06
4
Weighted median
Is there a weighted median function out there similar to weighted.mean()
but for medians? If not, I'll try implement or port it myself.
The need for a weighted median came from the following optimization
problem:
x* = arg_x min (a|x| + sum_{k=1}^n |x - b_k|)
where
a : is a *positive* real scalar
x : is a real scalar
n : is an integer
b_k: are negative and positive scalars