Displaying 3 results from an estimated 3 matches for "0.011658".
2009 Jul 08
1
linear regression and testing the slope
Dear All,
First of all I would like to say I do not have much knowledge about this
subject, so most of you can find it really easy. I am doing a linear
regression and I want to test if the slope of the curve is 0. R gives the
summary statistics:
Call:
lm(formula = x ~ s)
Residuals:
Min 1Q Median 3Q Max
-0.025096 -0.020316 -0.001203 0.011658 0.044970
Coefficients:
2016 Sep 27
2
Powerwalker VI 2200VA LCD
Hi,
I am unable to get my UPS working with NUT.
Information:
lsb_release -a:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: jessie
apt-cache policy nut-server:
nut-server:
Installed: 2.7.2-4
Candidate: 2.7.2-4
Version table:
*** 2.7.2-4 0
500 http://mirrordirector.raspbian.org/raspbian/ jessie/main armhf
Packages
2009 Jul 09
2
How to Populate List
Hi,
I'm new to R and would like to know, how one can populate the list with array data.
I'm reading a tab separated table in R. The data in the table looks something like this.
#Table Data
Comp A B C
Extracellular 103 268 535759
Nucleus 45603 47783 442744
#R code
myData <- read.table("table.data",
header=T,