Displaying 4 results from an estimated 4 matches for "lg_value".
Did you mean:
l_value
2007 Aug 30
2
Q: Mean, median and confidence intervals with functions "summary" & "boxplot.stats"
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070830/e557d2a7/attachment.ksh
2007 Aug 22
1
How do i print a "main title" on a win.graph with several plots?
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070822/02fe6e95/attachment.pl
2007 Aug 20
1
Q: combine 2 data frames with missing values
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070820/920567a6/attachment.pl
2007 Aug 21
2
Partial comparison in string vector
...fficient, the intercept and
the slope of regression line. yet for every variable the messurements are
lnked thruogh theyr case. it is the same sample just a diferent test.
Now i select a subsets of variables out of the original dataset, and use
:
value_x1 = subset(dataset_1,select=lg_value)
value_y1 =subset(dataset_2,select=lg_value)
Then i to mold an lm model, inorder to get estimates for the slope ans
intercept
model_1 <- lm (value_y1[,1]~ value_x1[,1] )
This is what R tell's me:
"Error in model.frame(formula, rownames,
var...