Displaying 20 results from an estimated 2000 matches similar to: "New package 'drm' for repeated categorical data analysis"
2002 Feb 15
0
na.include and nlm warnings
Dear R-users,
1) has there been plans to add na.include-function for handling missing
values in objects? This would be particularly helpful for functions that
fit models for longitudinal datasets with possible missing responses.
2) I am using nlm for a numerical optimisation of a function. Sometimes
the function produces NA as a result. nlm gives a warning that NA was
replaced by a maximum
2006 Mar 25
0
Notch Novelty Breaks Sales Records at VNU Expo's ASD Show in Las Vegas
2007 Nov 04
0
Domain logon through VPN with WINS
Hi!
I'm experiencing some serious problems setting up Samba as PDC. File sharing works fine and I can even add my computer to the domain, but when I reboot I can't log in with my samba username and password. I've previously set up similiar server, though it wasn't trough VPN. I'm running latest Debian Etch with every package upgraded. I've also tried some older samba
2002 May 20
1
Compilation problem with samba2.2.4
Hello from Finland.
I have couple problem to compile Samba 2.2.4
I need LDAP options, and when I run
./configure --with-ldapsam everything going ok,
but when I run
make
It gives couple error messages, thats are below:
Compiling passdb/pdb_ldap.c
"passdb/pdb_ldap.c", line 76: undefined symbol: LDAP_OPT_X_TLS_HARD
"passdb/pdb_ldap.c", line 96: undefined symbol: LDAP_OPT_SUCCESS
2010 May 31
1
Creating dropout time from longitudinal data with missing data
Dear R users,
Please assist me with the following problem. I have a dataset that looks like the following:
dat<-data.frame(
'id'=rep(c(1,2,3),each=3),
'time'=rep(c(1,2,3),3),
'y'= c(2,2,NA,2,NA,NA,2,5,7)
)
I wish to create a variable for dropout time in dataframe 'dat' such that the dropout time is the time to drop out by the subject as follows:
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all
I have a function in which I would like to change some values to NA according to
some condition.
dropout<-function(y, nahr=FALSE,...) {
<some stuff for computing an index>
if (nahr) y[index]<<-NA
invisible(index)
}
in case y is a vector all works OK but if it is a part of data frame by calling
dropout(df$y) or dropout(df[,number]) no change is done.
Please can you
2005 Jan 10
2
Samba and Kerberos V
Hi,
this is possibly a FAQ, but I couldn't find an answer to it so far,
neither in the "Official HOWTO" nor somewhere else.
Does Samba have native Kerberos V support, i.e. is it possible to
authenticate against a (Heimdal, in our case) kdc?
Hints are appreciated!
TIA, Jukka
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
2004 Aug 29
0
uidswap.c breaks ssh when originating user is root
EHLO,
Somehow I don't think it makes any sense to test whether the
gid/egid can be changed, if the original uid happened to be
root. Root can always change the gid/egid anyhow.
So, I would like to propose the following change to 3.9p1...
--- uidswap.c.orig Sun Aug 29 15:43:57 2004
+++ uidswap.c Sun Aug 29 15:44:05 2004
@@ -201,7 +201,7 @@
#endif
/* Try restoration of GID if
2014 Sep 03
3
Simulating from a Weibull distribution
Hi,
I wish to simulate some data from a Weibull distribution. The rweibull function in R uses the parameterisation
'with shape parameter a and scale parameter b has density given by f(x) = (a/b) (x/b)^(a-1) exp(- (x/b)^a)'.
However, it would be much more useful for me to simulate data using a different parameterisation of the
Weibull, with shape a1 and scale b1, namely f(x) =
2010 Jun 10
2
Possible Issue with Samba Blocking I/O and CPU
Hi,
I am experiencing a puzzling problem that may or may not be related to
recent versions of Samba. I'm posting on this list, however, because it
seems that setting "write cache = 262144" (256K) in smb.conf resolves
the issue and so I have reason to believe the problem might somehow be
related to Samba.
The problem I am seeing is this. I have a Linux Samba server. When
2010 Dec 31
2
Class "coef.mer" into a data.frame?
Hello,
Could somebody please tell me what am I doing wrong in following?
I try extract coefficients (using arm-package) from the lmer
frunction, but I get the
following warning:
a<-data.frame(coef(res))
Error in as.data.frame.default(x[[i]], optional = TRUE,
stringsAsFactors = stringsAsFactors) :
cannot coerce class "coef.mer" into a data.fram
I think I have done it before
2007 May 15
1
Effect.dropout and Too Much Recursion Error
Hi,
I need some help again. :-)
I have "Too much recursion error" prototype.js line 1288,
I heve this error when I try to use Effect.dropout (script.aculo.us)
if I remove table ID, there is no error, and the effect works fine
(remove the tr from table)
But I need this ID assign to this table, as table ID is used by other
effect (Builder.node)
Please help ....
Thanks
YUAN
Here is
2020 Jun 05
2
Ticket 46201 - Missing LLVM NOTICE file is making redistributing LLVM difficult
Hello all,
I was asked to bring attention to this LLVM ticket to the mailing list:
https://bugs.llvm.org/show_bug.cgi?id=46201 - Missing LLVM NOTICE file
is making redistributing LLVM difficult.
It was recently noted by our legal review in release management that
LLVM third-party licenses are scattered over different files, which
complicates faithful license-preserving redistribution of LLVM to
2018 May 31
0
mysterious rounding digits output
>>>>> Ted Harding
>>>>> on Thu, 31 May 2018 07:10:32 +0100 writes:
> Well pointed out, Jim!
> It is infortunate that the documentation for options(digits=...)
> does not mention that these are *significant digits*
> and not *decimal places* (which is what Joshua seems to want):
Since R 3.4.0 the help on ?options *does* say
2010 Sep 07
2
Plotting longitudinal data
Hello,
Hope that someone could help me plotting longitudinal data below:
7213 3333330001 0.8300 13.05.09 1
1 3333330001 0.8700 09.02.05 NULL
4797 3333330001 0.7700 21.03.07 NULL
2399 3333330001 0.7800 12.04.06 NULL
2400 3333330002 NULL 27.03.06 NULL
7230 3333330002 0.8200 14.05.09 0
2 3333330002 0.8400 09.02.05 NULL
4798 3333330002 0.8700 20.03.07 0
4799 3333330003 0.9000 20.03.07 13
2401
2006 Nov 27
0
kernlab 0.9-0 on CRAN
A new version of kernlab has just been released.
kernlab is a kernel-based Machine Learning package for R.
kernlab includes the following functions:
o ksvm() : Support Vector Machines for classification, regression,
novelty detection, native multi-class classification, support
for class-probability output and confidence intervals in
regression.
o gausspr()
2006 Nov 27
0
kernlab 0.9-0 on CRAN
A new version of kernlab has just been released.
kernlab is a kernel-based Machine Learning package for R.
kernlab includes the following functions:
o ksvm() : Support Vector Machines for classification, regression,
novelty detection, native multi-class classification, support
for class-probability output and confidence intervals in
regression.
o gausspr()
2018 May 31
0
mysterious rounding digits output
Hi Joshua,
Because there are no values in column ddd less than 1.
itemInfo[3,"ddd"]<-0.3645372
itemInfo
aaa bbb ccc ddd eee
skill 1.396 6.225 0.517 5.775 2.497
predict 1.326 5.230 0.462 5.116 -2.673
waiting 1.117 4.948 NA 0.365 NA
complex 1.237 4.170 0.220 4.713 5.642
novelty 1.054 4.005 0.442 4.260 2.076
creative 1.031 3.561 0.362 3.689
2018 May 31
2
mysterious rounding digits output
Well pointed out, Jim!
It is infortunate that the documentation for options(digits=...)
does not mention that these are *significant digits* and not
*decimal places* (which is what Joshua seems to want):
"?digits?: controls the number of digits to print when
printing numeric values."
On the face of it, printing the value "0,517" of 'ccc' looks
like printing 4
2005 Oct 24
2
Samba + LDAP + TLS
Hi!
I'm a bit new to Samba+LDAP integration, and most likely because of that
I experienced this morning something I can't fully understand. I would
appreciate if someone could explain to me what was really wrong.
So, our name server was unavailable this morning due to OS update.
Division's Samba and LDAP services are running on same server, and Samba
is using TLS in connecting to