Learn R Programming

maSAE (version 2.0.3)

sadObj-class: Small Area Design-based Objects

Description

A class for design-based estimation only.

Arguments

Slots

data

See "'>saeObj".

f

See "'>saeObj".

cluster

See "'>saeObj".

include

See "'>saeObj".

Extends

Class "'>savObj", directly.

Objects from the Class

Objects can be created by calls of the form new("sadObj", ...) or via the constructor function "?maSAE::saObj".

Methods

predict

Details

See "'>saeObj". The fixed effects part of f has to be NULL: design-based estimation knows no fixed effects.

See Also

"'>saeObj" "?maSAE::saObj"

Other classes: characterOrNULL-class, saeObj-class, savObj-class

Examples

Run this code
# NOT RUN {
showClass("sadObj")
# }

Run the code above in your browser using DataLab