Displaying 8 results from an estimated 8 matches for "kscng".
Did you mean:
pscng
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote:
>
> Dear all,
>
> I am using the pls package of R to perform partial least square on a set of
> multivariate data. Instead of fitting a linear model, I want to fit my
> data with a quadratic function with interaction terms. But I am not sure
> h...
2017 Jul 13
4
Quadratic function with interaction terms for the PLS fitting model?
...people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius
<dwinsemius at comcast.net> wrote:
>
>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote:
>>
>> Dear all,
>>
>> I am using the pls package of R to perform partial least square on a set of
>> multivariate data. Instead of fitting a linear model, I want to fit my
>> data with a quadratic function with interaction terms. Bu...
2017 Jul 13
2
Quadratic function with interaction terms for the PLS fitting model?
Dear all,
I am using the pls package of R to perform partial least square on a set of
multivariate data. Instead of fitting a linear model, I want to fit my
data with a quadratic function with interaction terms. But I am not sure
how. I will use an example to illustrate my problem:
Following the example in the PLS manual:
## Read data
data(gasoline)
gasTrain <- gasoline[1:50,]
## Perform
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
...king things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius
> <dwinsemius at comcast.net> wrote:
>>
>>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote:
>>>
>>> Dear all,
>>>
>>> I am using the pls package of R to perform partial least square on a set of
>>> multivariate data. Instead of fitting a linear model, I want to fit my
>>> data with a quadratic function w...
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
...king things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius
> <dwinsemius at comcast.net> wrote:
>>
>>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote:
>>>
>>> Dear all,
>>>
>>> I am using the pls package of R to perform partial least square on a set of
>>> multivariate data. Instead of fitting a linear model, I want to fit my
>>> data with a quadratic function w...
2017 Jul 13
2
Quadratic function with interaction terms for the PLS fitting model?
...;
>> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>>
>>
>> On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius
>> <dwinsemius at comcast.net> wrote:
>>>
>>>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote:
>>>>
>>>> Dear all,
>>>>
>>>> I am using the pls package of R to perform partial least square on a set of
>>>> multivariate data. Instead of fitting a linear model, I want to fit my
>>>> data with...
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
...keley Breathed in his "Bloom County" comic strip )
>>>
>>>
>>> On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius
>>> <dwinsemius at comcast.net> wrote:
>>>>
>>>>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote:
>>>>>
>>>>> Dear all,
>>>>>
>>>>> I am using the pls package of R to perform partial least square on a set of
>>>>> multivariate data. Instead of fitting a linear model, I want to fit my
>&...
2017 Jul 12
0
How to formulate quadratic function with interaction terms for the PLS fitting model?
Dear all,
I am using the pls package of R to perform partial least square on a set of
multivariate data. Instead of fitting a linear model, I want to fit my
data with a quadratic function with interaction terms. But I am not sure
how. I will use an example to illustrate my problem:
Following the example in the PLS manual:
## Read data
data(gasoline)
gasTrain <- gasoline[1:50,]
## Perform