Displaying 20 results from an estimated 97 matches for "kingsford".
2008 Apr 29
2
function to generate weights for lm?
Hi,
I would like to use a weighted lm model to reduce heteroscendasticity. I am
wondering if the only way to generate the weights in R is through the
laborious process of trial and error by hand. Does anyone know if R has a
function that would automatically generate the weights need for lm?
Thanks,
--
Tom
[[alternative HTML version deleted]]
2009 Mar 05
1
listing functions in base package
How can I print the definition of a function that is in the base
package?
for example, if I type:
which.min
I get
function (x)
.Internal(which.min(x))
<environment: namespace:base>
How can I see the definition of this function?
Thanks.
2008 May 09
1
Which gls models to use?
Hi,
I need to correct for ar(1) behavior of my residuals of my model. I noticed
that there are multiple gls models in R. I am wondering if anyone
has experience in choosing between gls models. For example, how
should one decide whether to use lm.gls in MASS, or gls in nlme for
correcting ar(1)? Does anyone have a preference? Any advice is appreciated!
Thanks,
--
Tom
[[alternative HTML
2002 Nov 01
6
Roaming profiles problem - loading failure
...2000 terminal servers.
The failure does not seem to be confined to one server and only affects some
people.
The error given takes place during the loading profile stage:
Windows can not copy:
\\Samba server\profiles\aaa\Application Data\Microsoft\Outlook\FAVF.tmp to
C:\Documents and Settings\aaa.KINGSFORDS\Application
Data\Microsoft\Outlook\FAVF.tmp
DETAIL - Access is denied
Then it says: Windows could not load the profile and is logging you on with a
temporary profile.
My profiles part of smb.conf is:
# Profiles
[profiles]
path = /home/ntprofile
writeable = yes
create...
2002 Jun 19
3
kill roaming profiles!
Greetings to everybody!
Is there any way to turn off roaming profiles and use only
local ones? In our company each of us connects to domain
from its own workstation, so as I can see there's no need
in roaming profiles.
Why I'm asking such weird question?
Because with roaming profiles Windows clients has readonly
profiles! With Policy Editor I made HKEY_Local_Machine
writeable,
2009 Mar 14
1
multiple hypothesis testing
...er Menne)
> 4. pairs of numbers (emj83)
> 5. Re: pairs of numbers (emj83)
> 6. Re: Taking diff of character vectors (Sergey Goriatchev)
> 7. Re: print median and sd... (jim holtman)
> 8. Re: Selecting / creating unique colours for behavioural /
> transitional data (Kingsford Jones)
> 9. code to find all distinct subsets of size r from a set of
> size n (Dale Steele)
> 10. Re: Selecting / creating unique colours for behavioural /
> transitional data (Ross Culloch)
> 11. Re: Selecting / creating unique colours for behavioural /
> tran...
2009 Sep 03
3
goodness of "prediction" using a model (lm, glm, gam, brt, regression tree .... )
Dear R-friends,
How do you test the goodness of prediction of a model, when you predict on a
set of data DIFFERENT from the training set?
I explain myself: you train your model M (e.g. glm,gam,regression tree, brt)
on a set of data A with a response variable Y. You then predict the value of
that same response variable Y on a different set of data B (e.g. predict.glm,
predict.gam and so on).
2009 Oct 28
1
Easy method to set user-mode virtual memory space in Windows Vista and 7
...em-size flag, or used the memory.limit
function in an R session to increase R's memory allocation, your R
processes should now be allowed to access up to 3GB of virtual memory.
I am not a Windows expert, so if anyone knows of disadvantages of
using this method *please* post a response.
best,
Kingsford Jones
2009 Mar 04
5
how to create many variables at one time?
Hi:
I need to create many variables at one time,how to do this in R?
for eg ,X1,X2.......X100?
Thanks~
[[alternative HTML version deleted]]
2001 Nov 05
0
smbd cpu spin & Failed to marshall NET_R_SAM_LOGON
...2K terminal
servers - thus 1 Samba daemon is support multiple users with multiple shares
open. I have turned up the logging to 3 to try capturing more info.
Current workaround is to kill the offending process and on the whole the users
seem not to complain!
--
Peter Polkinghorne, IT Manager Kingsford Stacey Blackwell
ppolkinghorne@kingsfords.co.uk 14 Old Square, Lincoln's Inn
(44) 020 7447 1200 London WC2A 3UB
2001 Nov 06
1
Unix to SMB password synchronisation
...d synchronisiation
which also has the source code to the C front end and expect script used.
http://www.btinternet.com/~p.polkinghorne/samba/u2s/
Note this is a Solaris specific solution - but should be adaptable to other
Unices.
Hope this helps someone ...
--
Peter Polkinghorne, IT Manager Kingsford Stacey Blackwell
ppolkinghorne@kingsfords.co.uk 14 Old Square, Lincoln's Inn
(44) 020 7447 1200 London WC2A 3UB
2002 May 16
1
SAMBA Enterprise-wide solution?
Hello,
Our university has a study in progress looking at using SAMBA to
provide file/print sharing as an enterprise-wide solution.
Does anyone know of an entity that uses SAMBA to support up to or more
than 10 site locations, over 125 buildings, and supporting over 5000
workstations?
--
Regards, /~\ The ASCII
Richard Jackson \ / Ribbon Campaign
Computer Systems Engineer,
2002 May 27
1
Odd high load occurance 2.2.4
...5255, effective(117, 102), real(0, 0)]
smbd/sec_ctx.c:set_sec_ctx(319)
5 user groups:
102 10 100 114 115
sequences. Any clues as to what this would be?
The client is a Windows 2000 server acting as a terminal server.
I have got some level 10 debug log.
--
Peter Polkinghorne, IT Manager Kingsford Stacey Blackwell
ppolkinghorne@kingsfords.co.uk 14 Old Square, Lincoln's Inn
(44) 020 7447 1200 London WC2A 3UB
A list of names of the partners is open to inspection at the above address.
2010 Aug 23
5
trajectory plot (growth curve)
Hi there,
I want to make trajectory plots for data as follows:
ID time y
1 1 1.4
1 2 2.0
1 3 2.5
2 1.5 2.3
2 4 4.5
2 5.5 1.6
2 6 2.0
...
That is, I will plot a growth curve for each subject ID, with y in
the y axis, and time in the x axis. I would like to have all growth
curves in the same plot. Is there
2008 Dec 08
2
How to display y-axis labels in Multcomp plot
Dear R-users,
I'm currently using the multcomp package to produce plots of means with 95%
confidence intervals
i.e.
mult<-glht(lm(response~treatment, data=statdata),
linfct=mcp(treatment="Means"))
plot(confint(mult,calpha = sig))
Unfortunately the y-axis on the plot appears to be fixed and hence if the
labels on the y-axis (treatment levels) are too long, then they are not
2008 Oct 23
1
Calculating confidence limits for the difference betweenmeans
Sender: r-help-bounces at r-project.org
On-Behalf-Of: kingsfordjones at gmail.com
Subject: Re: [R] Calculating confidence limits for the difference between means
Message-Id: <2ad0cc110810231137n66760e43i61bdd0c89622d040 at mail.gmail.com>
Recipient: ngottlieb at marinercapital.com
--------------------------------------------------------
This informatio...
2009 Jan 02
0
Spatial Data Analysis in R [was: Basic Question about use of R]
resending to provide a more informative subject line....
On Fri, Jan 2, 2009 at 3:21 PM, Kingsford Jones
<kingsfordjones at gmail.com> wrote:
> Hi David,
>
> A general answer to your question is: yes, R would be useful for such
> analyses - particularly when interfaced with a GIS. For an
> introduction to the types of spatial tools available in R see the Task
> View for...
2009 Jan 09
3
Matrix: Problem with the code
Hi,
Can any one please explain why the following code doesn't work? Or can anyone suggest an alternative.
Suppose
x<-c(23,67,2,87,9,63,8,2,35,6,91,41,22,3)
mat<-0;
for(j in 1:length(x))
{
for(i in 1:p)
mat[i,j]<-x[j]^i;
}
Actually I want to have a matrix with p columns such that each column will have the
2009 Jul 23
1
setting up LMER for repeated measures and how do I get a p value for my fixed effect, group?
R 2.8.1
Windows XP
I am trying to analyze repeated measures data (the data are listed at the end of this Email message) and I need help to make sure that I have properly specified my model, and would like to know why lmer does not return a p value for Group, my fixed effect.
My subjects are divided into two groups (variable GROUP), individual subjects are indicated by the variable SS, Value is
2009 Jan 11
2
R, clinical trials and the FDA
I hope that Marc doesn't mind, but I felt that part of his recent post
was important enough to deserve it's own subject line rather then
being lost in a 60-msg-long thread...
On Sun, Jan 11, 2009 at 10:08 AM, Marc Schwartz
<marc_schwartz at comcast.net> wrote:
...
I strongly believe that the comments regarding R and the FDA are overly
negative and pessimistic.
The hurdles to