Displaying 20 results from an estimated 7000 matches similar to: "assignment to a symbol created by paste"
2006 Apr 20
3
the difference between "x1" and x1
Hello,
I am not sure what to write in the subject line, but I would like to take
a character string that is a variable in a data frame and apply a function
that takes a numeric argument to this character string.
Here is a simplified example that would solve my problem.
Imagine I have my data stored in a data frame.
> x1 <- x2 <- x3 <- x4 <- x5 <- rnorm(20,0,1);
> data <-
2006 Mar 31
1
add1() and glm
Hello,
I have a question about the add1() function and quasilikelihoods for GLMs.
I am fitting quasi-Poisson models using glm(, family = quasipoisson).
Technically, with the quasilikelihood approach the deviance does not have
the interpretation as a likelihood-based measure of sample information.
Functions such as stepAIC() cannot be used. The function add1() returns
the change in the scaled
2006 May 07
1
model selection, stepAIC(), and coxph() (fwd)
Hello,
My question concerns model selection, stepAIC(), add1(), and coxph().
In Venables and Ripley (3rd Ed) pp389-390 there is an example of using
stepAIC() for the automated selection of a coxph model for VA lung cancer
data.
A statistics question: Can partial likelihoods be interpreted in the same
manner as likelihoods with respect to information based criterion and
likelihood ratio tests?
2009 Apr 15
1
Compiling Fortran Subroutines as R Shared Objects on Mac OS-X
Hello,
I am trying to compile some F77 subroutines as shared objects for R on my Mac.
--> Mac OS-X Version 10.4.11 (Tiger Intel Mac)
I have done this (successfully) before on Sun Solaris and Linux Fedora systems using the following command.
> R CMD SHLIB myfile.f
I have g77 installed from this page.
http://hpc.sourceforge.net/
I am using R 2.8.1, and I have installed all 4 additional
2015 May 19
2
Need Immediate Help:::SAMBA Logon Issues
Hi there
Plz go through the following info. Everything is working pretty fine but
very frequently, I get the following error:
"THERE ARE NO LOGON SERVERS CURRENTLY AVAILABLE TO SERVICE YOUR REQUEST"
where these configurations work fine occasionally.
[global]
;add group script = /usr/sbin/groupadd %g
;add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u
;add user
2015 Feb 19
2
[LLVMdev] ScheduleDAGInstrs computes deps using IR Values that may be invalid
Hi All,
I've encountered an issue where tail merging MIs is causing a problem with
the post-RA MI scheduler dependency analysis and I'm not sure of the best
way to address the problem.
In my case, the branch folding pass (lib/CodeGen/BranchFolding.cpp) is
merging common code from BB#14 and BB#15 into BB#16. It's clear that
there are 4 common instructions (marked with an *) in BB#14
2015 May 28
1
Need Immediate Help:::SAMBA Logon Issues
Do you have more than one domain controller?
Is this just after rebooting a PC?
On 05/25/15 14:39, Andrew Bartlett wrote:
> On Tue, 2015-05-19 at 14:13 +0500, Yawar Aziz Bhatti wrote:
>> Hi there
>>
>> Plz go through the following info. Everything is working pretty fine but
>> very frequently, I get the following error:
>>
>> "THERE ARE NO LOGON
2007 Nov 28
1
R install problem on MacOS 10.5.1 (PR#10476)
Full_Name: Saleem Bhatti
Version: 2.6.1
OS: MacOSX 10.5.1
Submission from: (NULL) (81.187.216.162)
Using R-2.6.1.dmg to do an automated install on MacOS 10.5.1.
Installation fails with following text.
Installation had errors.
Install failed.
The Installer could not install some files in "/".
Contact the software manufacturer for assistance.
See window capture at:
2010 Feb 12
1
paired wilcox test on each row of a large dataframe
hI
I have to calculate V statistic for each row of a large dataframe (28000). I
can not use multtest package for paired wilcox test. I have been using for
loop which are. Is there a way to speed the computation with another method
like using apply or tapply?
My data set looks like this:
11573_MB 11911_MB 11966_MB 12091_MB 12168_MB
12420_MB................
cg00000292
2013 Sep 16
4
Executing command via puppet !
Hi,
Is it possible to get response of a command from puppet ?
For example if I run "nginx -t" it would give some details about the
configurations i.e. if configuration has some error then which file has the
error !
Regards
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving
2007 Dec 15
0
R memory limits and good memory management
Hello,
I am not fluent in computer hardware or software development so I will try
to be as precise as I can. I am going to build some R routines to analyze
large intraday financial data sets. For this project I think that I
need be concerned
about R memory limits and good memory management/practices. The following
R help
page states that the limit on individual objects (a vector) is
2011 Mar 12
1
Column order in stacking/unstacking
Dear R users,
I'm having some problems with the stack() and unstack() functions, and
wondered if you could help.
I have a large data frame (400 rows x 2000 columns), which I need to reduce
to a single column of values (and therefore 800000 rows), so that I can use
it in other operations (e.g., generating predictions from a GLM object).
However, the problem I'm having can be reproduced
2004 Oct 28
1
gsub() on Matrix
Hi,
Suppose I've got a matrix, and the first few elements look like
"x1 + x3 + x4 + x5 + x1:x3 + x1:x4"
"x1 + x2 + x3 + x5 + x1:x2 + x1:x5"
"x1 + x3 + x4 + x5 + x1:x3 + x1:x5"
and so on (have got terms from x1 ~ x14).
If I want to replace all the x1 with i7, all x2 with i14, all x3 with i13,
for example. Is there an easy way?
I tried to put what I want
2008 Dec 22
1
sem package fails when no of factors increase from 3 to 4
#### I checked through every 3 factor * 3 loading case.
#### While, 4 factor * 3 loading failed.
#### the data is 6 factor * 3 loading
require(sem);
cor18<-read.moments();
1
.68 1
.60 .58 1
.01 .10 .07 1
.12 .04 .06 .29 1
.06 .06 .01 .35 .24 1
.09 .13 .10 .05 .03 .07 1
.04 .08 .16 .10 .12 .06 .25 1
.06 .09 .02 .02 .09 .16 .29 .36 1
.23 .26 .19 .05 .04 .04 .08 .09 .09 1
.11 .13 .12 .03 .05 .03
2005 Jun 29
2
quick way to construct formula
Dear R users,
I have a data with 1000 variables named "x1", "x2", ..., "x1000", and
I want to construct a formula like this format:
~x1+x2+...+x1000+x1:x2+x1:x3+x999:x1000+log(x1)+...+log(x1000)
That is: the base variables followed by all interaction terms and all
base feature log-transformations. I know I can use several paste
functions to construct it. But is
2005 Jun 16
4
Out of memory problems - some interesting log file entries
This is a newly installed server running CentOS 4 with all current updates.
It's been cruising nicely since installation a week ago until this morning.
Then everyting started timing out and the attached messages appeared in the
log (this is a short and sanitized extract). Load went sky high.
Had to reboot to restore service and all looks happy again now, but if anyone
can provide some
2008 Dec 24
1
SSL cert problems.
I'm really racking my brain trying to figure this one out here. I am
running a pop3 server for remote offices on CentOS 5.2. We purchased a
SSL cert from Verisign and installed it on our dovecot server, but I
continue to get failure problems with the cert and I don't know where to
go from here.
here is some info about our config:
dovecot version:
# dovecot --version
1.0.7
hostname:
2013 May 29
3
bootstrap
Hi,
You might need to check library(boot).? I have never used that before.? So, I can't comment much.? It is better to post on R-help list.? I had seen your postings on Nabble in the past.? Unfortunately those postings were not accepted in R-help.? You have to directly post at ? r-help at r-project.org after registering at:
https://stat.ethz.ch/mailman/listinfo/r-help
?
2019 Apr 06
5
DsReplicaSync failed - WERR_LOGON_FAILURE // Failed to bind to uuid for ncacn_ip_tcp - NT_STATUS_LOGON_FAILURE
Am Sa., 6. Apr. 2019 um 18:01 Uhr schrieb Rowland Penny via samba <
samba at lists.samba.org>:
> On Sat, 6 Apr 2019 17:21:26 +0200
> Martin Krämer <mk.maddin at gmail.com> wrote:
>
> > Hello Rowland,
> >
> > thanks for your help.
> > Below my comments
>
> > > See here:
> > >
> > > http://apt.van-belle.nl/
> > >
2010 Aug 04
2
does R have a command the same with Stata's loop command: ` '
hey, Rers
in Stata therer is a loop command ` ' which could do the following:
forvalue i=1/10 {
?gen?x`i'=expression
}
this will generate variable: x1,x2,,,,,x10. so, does R have a corresponding one
to this?
And one more very basic question: after I open a file and modify it, such as
generate some new variables and change some old ones, how to use the changed
dataset in