Displaying 12 results from an estimated 12 matches for "3.625".
Did you mean:
3.62
2011 Oct 25
2
column subtraction by row
Dear UseRs,
I have a data frame that looks like this:
head(test2)
attributes start end StemExplant Callus RegenPlant
1 LTR_Unknown 120 535 3.198 1.931 1.927
3 LTR_Unknown 2955 3218 0.541 0.103 0.613
6 LTR_Unknown 6210 6423 6.080 4.650 9.081
9 LTR_Unknown 9658 10124 0.238 0.117 0.347
14 LTR_Unknown 14699 14894 3.545 3.625
2011 Oct 14
2
non-parametric permutation and signed paired-difference distributions
Hi all
Consider the classic data below from Darwin on the heights of 15 pairs
of zea mays (corn) plants
either cross-fertilized or self-fertilized, where the goal is to see if
it makes a difference.
> head(ZeaMays)
pair pot cross self diff
1 1 1 23.500 17.375 6.125
2 2 1 12.000 20.375 -8.375
3 3 1 21.000 20.000 1.000
4 4 2 22.000 20.000 2.000
5 5 2 19.125
2004 Feb 06
1
problem to get coefficient from lm()
Dear all,
The following is a example that I run and hope to get a linear model.
However, I find the lm() can not give correct coefficients for the
linear model.
I hope it's just my own mistake. Please help. TIA.
Regards,
Jinsong
> x
[1] 3.760216 3.997288 3.208872 3.985417 3.265704 3.497505 2.923540
3.193937
[9] 3.102787 3.419574 3.169374 2.928510 3.153821 3.100385 3.768770
3.610583
2020 Jan 04
2
FreeBSD / Samba / usr/local/apache24
Good day,
I have hosted several domain websites under my apache24 web server on
FreeBSD 10.1 for several years. I had Samba configured to allow updating
files from my window 7/XP machines.
My freeBSD 10.1 server still allows me to copy files into the freebsd
apache24 folders: /usr/local/www/apache24..and below.
Notes: I can ssh into both servers with FreeBSD user accounts
using my
2012 Sep 04
3
unexpected (?) behavior of sort=TRUE in merge function
All,
I realize from the archive that the sort argument in merge has been subject to discussion before, though I couldn't find an explanation for this behavior. I tried to simplify this to (kind of) minimal code from a real example to the following (and I have no doubts that there are smart people around achieving the same with smarter code :-)). I'm running R 2.15.1 64bit under MS Windows
2020 Jan 04
2
FreeBSD / Samba / usr/local/apache24
On 1/4/2020 12:28 PM, Rowland penny via samba wrote:
> On 04/01/2020 19:51, bret_stern via samba wrote:
>> Good day,
>>
>> I have hosted several domain websites under my apache24 web server on
>> FreeBSD 10.1 for several years. I had Samba configured to allow
>> updating files from my window 7/XP machines.
>> My freeBSD 10.1 server still allows me to copy
2007 Dec 08
0
help for segmented package
Hi,
I am trying to find m breakpoints of a linear regression model. I
used the segmented package. It works fine for small number of
predicators and breakpoints.(3 r.v. 3 points). However, my model has
14 variables it even would not work even for just one breakpoints!.
The error message is always estimated breakpoints are out of range.
Since my problem is time related problem. So I
2020 Jan 04
0
FreeBSD / Samba / usr/local/apache24
On 04/01/2020 19:51, bret_stern via samba wrote:
> Good day,
>
> I have hosted several domain websites under my apache24 web server on
> FreeBSD 10.1 for several years. I had Samba configured to allow
> updating files from my window 7/XP machines.
> My freeBSD 10.1 server still allows me to copy files into the freebsd
> apache24 folders: /usr/local/www/apache24..and below.
2020 Jan 05
0
FreeBSD / Samba / usr/local/apache24
On 04/01/2020 22:13, bret_stern via samba wrote:
> On 1/4/2020 12:28 PM, Rowland penny via samba wrote:
>> On 04/01/2020 19:51, bret_stern via samba wrote:
>>> Good day,
>>>
>>> I have hosted several domain websites under my apache24 web server
>>> on FreeBSD 10.1 for several years. I had Samba configured to allow
>>> updating files from my
2014 Sep 01
1
Correlation Matrix with a Covariate
R Help -
I'm trying to run a correlation matrix with a covariate of "age" and will
at some point will also want to covary other variables concurrently.
I'm using the "psych" package and have tried other methods such as writing
a loop to extract semi-partial correlations, but it does not seem to be
working. How can I accomplish this?
library(psych)
> set.cor(y =
2013 Jun 24
2
packages for input messages
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130624/2836bcf8/attachment.pl>
2006 Aug 22
1
Total (un)standardized effects in SEM?
Hi there,
as a student sociology, I'm starting to learn about SEM. The course I
follow is based on LISREL, but I want to use the SEM-package on R
parallel to it.
Using LISREL, I found it to be very usable to be able to see the
total direct and total indirect effects (standardized and
unstandardized) in the output. Can I create these effects using R? I
know how to calculate them