Displaying 6 results from an estimated 6 matches for "leeznar".
Did you mean:
leejpar
2008 Jun 19
4
Problems with lm()
Dear R-users:
I am a new R-user and I have a question about lm
function. Here is my data.
a<-c(1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14)
b<-c(1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2)
c<-c(2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2)
d<-c(2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2,1,1)
2007 Sep 06
1
The variables combined in a table from other table and combination questions
Dear All:
I need to have some data frame objects.
First aa object:
pH Formulation time Subject
[1]1.2 F 0 1
[2]7.4 S 1 2
[3] MF 2 3
[4] 3 4
[5] n i
Then, I need to produce 2*3(pH*formulation) different
tables. This table includes column of (pH,
Formulation, time S1 S2 S3 ?K..Si) and S1=
2007 Nov 28
1
how to find and use specific column after spliting dataframe
Dear all:
I am a new R-user and I have 2 questions
about it.
1) I need to find specific sub-dataframe,
and then use specific column to calculate.
For example, after splitting dataframe, I find specific the
sub-dataframe, such as ?A.split [1]?.
But, I don?t know how to find ?time? and ?concentration? columns of ?A.split
[1]?.
2) The equation used to sub-dataframe is
2008 Jul 10
1
“Check” problem
Dear all:
I ?m a newer. I have some problem when I check my package.
The error messages were as follows. It shows that the problem is about Rd file. How can I find where the error is? How can I do??
c:\temp>Rcmd check bear
* checking for working pdflatex ... OK
* using log directory 'c:/temp/bear.Rcheck'
* using R version 2.7.0 (2008-04-22)
* using session charset: CP950
*
2008 Sep 19
1
Type I SS and Type III SS problem
Dear all:
I m a newer on R.? I have some problem when I use?anova function.? I use anova function to get Type I SS results, but I also need to get Type III SS results.? However, in my code, there is some different between the result of Type I SS and Type III SS.? I don?t know why the ?seqe? factor disappeared in the result of Type III SS.? How can I do??
Here is my example and result.
2007 Dec 28
3
How to catch data from the different dataframes and lm problem?
Dear all:
I am a new R-user and I have 2 questions
about it.
1) I have a dataframe. Based on ?formulation? and ?subject?, a
dataframe is split into 4 dataframes. The
example is as follows. Moreover, I want
to calculate ?test? value for these 4 dataframes. My question is that the ?test? values not
correct and I do not know where the problem is.
2) There are 12 ?test? (y) values from