Displaying 20 results from an estimated 60000 matches similar to: "r^2 for SSasymp?"
2009 Oct 28
3
structural equation modeling
Dear R-help,
I am interested in using structural equation modeling.
Just getting started with it, but I'm looking for suggestions for packages.
As an aside, what's the best way for looking for packages at CRAN?
--
Robert Terwilliger
Biomedical Physicist
Laboratory of Neurocognitive Development
Western Psychiatric Institute and Clinic
University of Pittsburgh Medical Center
Loeffler
2008 Jan 14
2
binning data
I would like to 'bin' a vector of of values (>100000 values) in much
the same way as 'hist' does for plotting, but I just want a result
with the bins and the frequencies.
Is there a 'quick and dirty' (built-in) way to do this, or do I need
to write some code?
Many thanks,
Robert Terwilliger
2008 Jan 10
1
OS X binary: 32 or 64-bit?
Dear R Experts,
I am using R.app (the Mac OS X binary) for neuroimage analysis, so I
am loading in some large image files. I get the following error in the
middle of my script:
> source("3dLME.R")
Read 1 record
Read 1 record
Read 1 record
Read 1 record
Read 1 record
Error: cannot allocate vector of size 3.1 Gb
R(2081,0xa000d000) malloc: *** vm_allocate(size=3321675776) failed
(error
2008 Aug 07
2
help with longitudinal data plot
Dear R Help,
I am attempting to make a plot of longitudinal data, a sample data
frame of which is shown below.
I'd like to show all of the subjects in the same plot, with a set of
connecting line segments for each subject. 'age' would be the x-axis
and 'score' would be the y-axis.
subject age score
1 10123 12 51.06
2 10123 14 50.00
3 10123 15 62.22
4
2008 Jan 25
1
nlsList (nlme) error
Hi All.
I'm trying to run nlsList an getting an error that makes no sense to
me. I have accuracy and reaction time data over many trials for each
person (id)
When I use nlsList code that is virtually identical to the example in
the doc file I get the following error. I've tried everything I could
think of and can't get around it. Any ideas what I'm doing wrong?
**************
2019 Dec 02
0
Centos 8 install of squirrelmail
On 2019-12-02 13:46, Earl Terwilliger via CentOS wrote:
>>
>>
>> On 2019-12-02 13:15, Earl Terwilliger via CentOS wrote:
>>> Hi,
>>>
>>> I am trying to install Squirrelmail on Centos 8 but it seems that
>>> package
>>> is missing in the EPEL repo for Centos 8? Anyone know if this was on
>>> purpose or how to tell which
2013 Jan 12
2
Getting the R squared value in asymptotic regression model
Please help getting the R squared value in asymptotic regression model
I use the code below
model1<-nls(GN1~SSasymp (nrate,a,b,c), data = data.1 )
and R produced the modell coefficients without the R squared value?
--
Ahmed M. Attia
Research Assistant
Dept. Of Soil&Crop Sciences
Texas A&M University
ahmed <ahmedatia@zu.edu.eg>.attia@ag.tamu.edu
Cell phone:
2001 Jul 29
1
WAVE Format info
At the risk of throwing more fuel on the fire, I found the following document
on the Microsoft website. It appears to be the file format counterpart to the
API documentation presented by Chris Wolf. I'm not familiar with the WAVE
format, so I'll let you guys interpret it (or tell me it is irrelevant):
http://www.microsoft.com/HWDEV/audio/multichaud.htm
[As an aside: Why does Microsoft
2012 Jul 06
1
How to compute hazard function using coxph.object
My question is, how to compute hazard function(H(t)) after building the
coxph model. I even aware of the terminology that differs from hazard
function(H(t)) and the hazard rate(h(t)). Here onward I wish to calculate
both.
Here what I have done in two different methods;
##########################################################################################
2019 Dec 03
1
Centos 8 install of squirrelmail
Hi,
You can rebuild the RPM on a CentOS 8 box from
https://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/s/squirrelmail-1.4.23-1.el7.20190710.src.rpm
or
https://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/source/tree/Packages/s/squirrelmail-1.4.23-2.fc31.20190710.src.rpm
and install the resulting RPM.
For the source
https://sourceforge.net/p/squirrelmail/code/HEAD/tree/
2002 May 02
2
a question
Hi,
I have a program written in R which is good on the version 1.2, but for
the fallowing versions of R, an error always is at the same place.
That is at the level of the fallowing line:
Sur<-
getInitial(res2[m:M,2]~SSasymp(res2[m:M,1],Asymp,resp0,lrc),data=res2)
Error in eval(expr,envir,enclos):numeric envir arg not of length one
I don't know at all this langage for the instant.
2012 Sep 27
3
problem with nls starting values
Hi
I would like to fit a non-linear regression to the follwoing data:
quantiles<-c(seq(.05,.95,0.05))
slopes<-c( 0.000000e+00, 1.622074e-04 , 3.103918e-03 , 2.169135e-03 ,
9.585523e-04
,1.412327e-03 , 4.288103e-05, -1.351171e-04 , 2.885810e-04 ,-4.574773e-04
, -2.368968e-03, -3.104634e-03, -5.833970e-03, -6.011945e-03, -7.737697e-03
, -8.203058e-03, -7.809603e-03, -6.623985e-03,
2003 Dec 16
3
Results of nessus scan
I run samba 2.2.8a on my openbsd 3.4 box, installed from a package.
All i need is the ability to mount disks form winxp boxes so i only run
smbd, at 139/tcp.
I tried scanning the box with nessus, and it came up with some results
that got me curious.
Since i dont know very much about the smb protocol I thought i should
ask here.
Have searched the archives but found only old posts, concering
2004 Apr 09
2
Regression models w/ splines
Hi - I am fitting various Cox PH models with spline predictors. After
fitting the model, I would like to use termplot() to examine the
functional form of the fitted model (e.g., to obtain a plot of the
relative risk (or log r.r.) versus the predictors).
When there is only 1 predictor in the model, termplot returns a "?".
In this case, I have not been able to figure out how to create
2019 Dec 02
2
Centos 8 install of squirrelmail
>
>
> On 2019-12-02 13:15, Earl Terwilliger via CentOS wrote:
>> Hi,
>>
>> I am trying to install Squirrelmail on Centos 8 but it seems that
>> package
>> is missing in the EPEL repo for Centos 8? Anyone know if this was on
>> purpose or how to tell which packages won't be created?
>
> As far as I know, squirrelmail is noT actively maintained
2005 Oct 05
1
Auto-assign CallerID for all my FXS Interfaces
As far as I can tell, in order to have caller ID show up for calls from other
internal phones, I have to set the caller ID on each channel in zapata.conf.
This is tedious, and redundant (since Asterisk knows which extension is
making the call, and it could look up the name from the voicemail
configuration--if the extension matched the mailbox).
Is there a way to set the caller ID for these calls
2013 Feb 17
1
xtable nlme
Hola a todos
Les consulto por un problema con xtable y nlme, tomando un ejemplo del
manual de nlme para obtener los resultados en latex utilizando xtable,
se puede utilizar el siguiente código, pero hay un problema y causa
error.
library(nlme)
library(xtable)
fm1 <- nlme(height ~ SSasymp(age, Asym, R0, lrc),
data = Loblolly,
fixed = Asym + R0 + lrc ~ 1,
2013 Jan 14
1
Fwd: Help with nonlinear regression
---------- Forwarded message ----------
From: <r-help-owner@r-project.org>
Date: Mon, Jan 14, 2013 at 12:31 AM
Subject: Help with nonlinear regression
To: ahmedatia80@gmail.com
The message's content type was not explicitly allowed
---------- Forwarded message ----------
From: Ahmed Attia <ahmedatia80@gmail.com>
To: r-help@r-project.org
Cc:
Date: Mon, 14 Jan 2013 00:31:41 -0800
2001 Sep 08
1
multiple fitted curves plot
Dear Rusers,
How would I plot several (24) fitted curves (nonlinear least squares)
within a single plot? To get the parameters I use:
resff <- list()
for (s in levels(PairID)) {
resff[[s]] <- nls(Photo ~ SSasymp(Ci, Asym, lrc, c0),
subset = (PairID == s))
}
Is it also possible to plot two different groups (male, female) of curves
in the same plot, with different style lines?
2005 Sep 28
1
Tiny Echo on PSTN via Zaptel
I'm using Asterisk 1.0.9, a Digium TE210P dual T1 card, and two Rhino
channel banks (one 12FXO/12FXS, the other 24 FXS). So it's an analog
phone on the inside connected to one of the FXS ports, and PSTN line
connected to one of the FXO ports.
My problem is that as soon as I hear the _first_ ring when I dial out
through the PSTN line, I hear a tiny echo on the phone (I estimate
between